This commit is contained in:
10
frontend/static/themes/desert_oasis.css
Normal file
10
frontend/static/themes/desert_oasis.css
Normal file
@@ -0,0 +1,10 @@
|
||||
[data-nav-item] {
|
||||
--themable-button-text: #76bb40;
|
||||
&:hover {
|
||||
--themable-button-text: color-mix(
|
||||
in srgb,
|
||||
var(--themable-button-text),
|
||||
white 25%
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user