diff --git a/view/theme/plusfuture/css/style.css b/view/theme/plusfuture/css/style.css index 3a0ad07..0ea7373 100644 --- a/view/theme/plusfuture/css/style.css +++ b/view/theme/plusfuture/css/style.css @@ -1855,7 +1855,7 @@ dl.bb-dl > dd > li { .toplevel_item, #notifications, #profile-jot-wrapper { - box-shadow: 0px 0px 5px 1px rgba(75, 75, 75, 0.3); + box-shadow: 0px 0px 1px 1px rgba(75, 75, 75, 0.1); transition: all 300ms 0s; } .toplevel_item:hover, @@ -2136,7 +2136,7 @@ a[title*="pawoo.net"]::after { .shared_container { border-radius: 2px; margin-top: 15px; - box-shadow: 2px 2px 6px 1px rgba(75, 75, 75, 0.5); + box-shadow: 1px 1px 2px 1px rgba(75, 75, 75, 0.5); margin-left: 10px; }