This commit is contained in:
Evie Litherland-Smith 2024-01-12 06:48:48 +00:00
commit db25545e75

View file

@ -75,7 +75,7 @@
.notification-action { .notification-action {
border-radius: 10px; border-radius: 10px;
color: #ffffff; color: #ffffff;
background-color: #0d0e1c; background-color: #2b3045;
margin: 7px; margin: 7px;
} }
@ -86,7 +86,7 @@
> *:last-child > *:last-child
> * > *
.notification-action:hover { .notification-action:hover {
background-color: #0d0e1c; background-color: #4a4f69;
color: #ffffff; color: #ffffff;
} }
@ -145,12 +145,12 @@
.control-center .widget-title button { .control-center .widget-title button {
border-radius: 7px; border-radius: 7px;
color: #ffffff; color: #ffffff;
background-color: #0d0e1c; background-color: #2b3045;
padding: 8px; padding: 8px;
} }
.control-center .widget-title button:hover { .control-center .widget-title button:hover {
background-color: #0d0e1c; background-color: #4a4f69;
color: #ffffff; color: #ffffff;
} }
@ -194,7 +194,7 @@
.notification .notification
.notification-content .notification-content
.time { .time {
color: #595959; color: #989898;
} }
.control-center .control-center
@ -224,7 +224,7 @@
.notification-action { .notification-action {
border-radius: 7px; border-radius: 7px;
color: #ffffff; color: #ffffff;
background-color: #0d0e1c; background-color: #2b3045;
margin: 7px; margin: 7px;
} }
@ -235,7 +235,7 @@
> *:last-child > *:last-child
> * > *
.notification-action:hover { .notification-action:hover {
background-color: #0d0e1c; background-color: #4a4f69;
color: #ffffff; color: #ffffff;
} }
@ -272,7 +272,7 @@
} }
.control-center .notification-row .notification-background:hover { .control-center .notification-row .notification-background:hover {
background-color: #0d0e1c; background-color: #1d2235;
color: #ffffff; color: #ffffff;
} }