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 {
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;
}