diff --git a/swaync/style.css b/swaync/style.css index 5cd3ea1..587667a 100644 --- a/swaync/style.css +++ b/swaync/style.css @@ -20,7 +20,7 @@ slider { background-color: #8aadf4; } -.floating-notifications.background .notification-row .notification-background { +.floating-notifications.background .notification-row .notification-background .notification { box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.8), inset 0 0 0 1px #363a4f; border-radius: 12.6px; border: 1px solid #8aadf4; @@ -30,12 +30,6 @@ slider { padding: 0; } -.floating-notifications.background .notification-row .notification-background .notification { - padding: 7px; - border-radius: 12.6px; - border: 1px solid #8aadf4; -} - .floating-notifications.background .notification-row .notification-background .notification.critical { box-shadow: inset 0 0 7px 0 #ed8796; }