color rework, flake bump

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-05-12 21:55:03 +02:00
parent 2db49fe4c6
commit d97010da0c
14 changed files with 424 additions and 278 deletions

View File

@@ -25,11 +25,11 @@ lib.mkIf (user != "tv")
}
button:hover {
color: ${rice.color.blue} ;
color: ${rice.color.blue.base} ;
}
button:focus {
color: ${rice.color.blue} ;
color: ${rice.color.blue.base} ;
}
'';