From 8c8c6c0970509fa5cbbe835b58c868a7b254b7ee Mon Sep 17 00:00:00 2001 From: Bash Elliott Date: Mon, 9 Jan 2023 20:05:15 +1100 Subject: [PATCH] box shadow fix --- src/bubble.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/bubble.css b/src/bubble.css index 50a5a44..886dcac 100644 --- a/src/bubble.css +++ b/src/bubble.css @@ -45,10 +45,6 @@ border-bottom-right-radius: 15px; } -.bubble { - box-shadow: 10px 10px 0px rgb(65, 179, 255); -} - .bubble:last-child:before, .bubble:nth-last-child(2):before { z-index: 75;