diff --git a/home/hyprland/swaync/style.css b/home/hyprland/swaync/style.css index 22f4e3e3..0c158905 100644 --- a/home/hyprland/swaync/style.css +++ b/home/hyprland/swaync/style.css @@ -75,7 +75,7 @@ .notification-action { border-radius: 10px; color: #ffffff; - background-color: #0d0e1c; + background-color: #2b3045; margin: 7px; } @@ -86,7 +86,7 @@ > *:last-child > * .notification-action:hover { - background-color: #0d0e1c; + background-color: #4a4f69; color: #ffffff; } @@ -145,12 +145,12 @@ .control-center .widget-title button { border-radius: 7px; color: #ffffff; - background-color: #0d0e1c; + background-color: #2b3045; padding: 8px; } .control-center .widget-title button:hover { - background-color: #0d0e1c; + background-color: #4a4f69; color: #ffffff; } @@ -194,7 +194,7 @@ .notification .notification-content .time { - color: #595959; + color: #989898; } .control-center @@ -224,7 +224,7 @@ .notification-action { border-radius: 7px; color: #ffffff; - background-color: #0d0e1c; + background-color: #2b3045; margin: 7px; } @@ -235,7 +235,7 @@ > *:last-child > * .notification-action:hover { - background-color: #0d0e1c; + background-color: #4a4f69; color: #ffffff; } @@ -272,7 +272,7 @@ } .control-center .notification-row .notification-background:hover { - background-color: #0d0e1c; + background-color: #1d2235; color: #ffffff; }