finally, nix-rice

This commit is contained in:
atagen 2023-05-21 15:42:47 +10:00
parent 70b8efe0cb
commit 8c093b6658
6 changed files with 203 additions and 218 deletions

View file

@ -25,9 +25,9 @@ $white_a: #WHTA;
$fg: #FG;
$bg: #BG;
$border: $black;
$shadow: $black;
$border: $black_a;
$shadow: $black_a;
$base: $bg;
$bg1: $black;
$text: $fg;
$outline: $black;
$outline: $black_a;

View file

@ -9,12 +9,12 @@
@define-color noti-bg-hover #NOTIBGHOVER;
@define-color noti-bg-focus #NOTIBGFOCUS;
@define-color noti-close-bg #NOTIBGCLOSE;
@define-color noti-close-bg-hover #NOTIBGHOVERCLOSE;
@define-color noti-close-bg-hover #NOTIBGHVERCLOSE;
@define-color bg-selected #BGSELECTED;
* {
font-family: "FONT", sans-serif;
font-family: "#FONT", sans-serif;
}
.notification-row {