💥 fix(swaync): notification buttons using wrong colors
This commit is contained in:
+3
-2
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user