color rework, flake bump
This commit is contained in:
@@ -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} ;
|
||||
}
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user