🎨 ux(swaync): change colors for the notification action buttons

This commit is contained in:
Sergio Laín 2024-03-31 19:25:19 +02:00
parent fda78d6ab5
commit e183254caa
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -300,7 +300,7 @@
.notification-action { .notification-action {
border-radius: 7px; border-radius: 7px;
color: #cad3f5; color: #cad3f5;
background-color: #181926; background-color: #494d64;
box-shadow: inset 0 0 0 1px #494d64; box-shadow: inset 0 0 0 1px #494d64;
margin: 7px; margin: 7px;
} }
@ -313,7 +313,7 @@
> * > *
.notification-action:hover { .notification-action:hover {
box-shadow: inset 0 0 0 1px #494d64; box-shadow: inset 0 0 0 1px #494d64;
background-color: #363a4f; background-color: #5b6078;
color: #cad3f5; color: #cad3f5;
} }