💥 fix(swaync): notification buttons using wrong colors

This commit is contained in:
João Dias
2024-09-23 13:19:51 -03:00
parent 316fc60546
commit 33a1a22359
+3 -2
View File
@@ -4,7 +4,7 @@
* { * {
all: unset; all: unset;
font-size: 14px; font-size: 14px;
font-family: Cantarell, otf-font-awesome, sans-serif; font-family: Cantarell, otf-font-awesome, "Noto Sans CJK", sans-serif;
transition: 160ms ease-in; transition: 160ms ease-in;
} }
@@ -112,9 +112,10 @@ tooltip {
.control-center .notification-row .notification-background .notification .notification-content { .control-center .notification-row .notification-background .notification .notification-content {
margin: 8px; margin: 8px;
font-family: Cantarell, "Noto Sans CJK"
} }
.control-center .notification-row .notification-background .notification .notification-content .summary { .control-center .notification-row .notification-background .notification .notification-content .summary {
font-family: Cantarell, "Noto Sans CJK";
color: #cdd6f4; color: #cdd6f4;
font-size: 1.2em; font-size: 1.2em;
font-weight: 600; font-weight: 600;