finally, nix-rice
This commit is contained in:
parent
70b8efe0cb
commit
8c093b6658
6 changed files with 203 additions and 218 deletions
|
@ -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;
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue