From 33a1a22359d0dc7e2b0d354cf75c66187c9fd816 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Dias?= Date: Mon, 23 Sep 2024 13:19:51 -0300 Subject: [PATCH] :boom: fix(swaync): notification buttons using wrong colors --- swaync/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/swaync/style.css b/swaync/style.css index 8354fa5..988b2d4 100644 --- a/swaync/style.css +++ b/swaync/style.css @@ -4,7 +4,7 @@ * { all: unset; 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; } @@ -112,9 +112,10 @@ tooltip { .control-center .notification-row .notification-background .notification .notification-content { margin: 8px; - + font-family: Cantarell, "Noto Sans CJK" } .control-center .notification-row .notification-background .notification .notification-content .summary { + font-family: Cantarell, "Noto Sans CJK"; color: #cdd6f4; font-size: 1.2em; font-weight: 600;