This commit is contained in:
38
frontend/static/themes/horizon.css
Normal file
38
frontend/static/themes/horizon.css
Normal file
@@ -0,0 +1,38 @@
|
||||
[data-nav-item="test"] {
|
||||
color: #d55170;
|
||||
&:hover {
|
||||
color: color-mix(in srgb, #d55170 75%, white 25%);
|
||||
}
|
||||
}
|
||||
|
||||
[data-nav-item="leaderboards"] {
|
||||
color: #e4a88a;
|
||||
&:hover {
|
||||
color: color-mix(in srgb, #e4a88a 75%, white 25%);
|
||||
}
|
||||
}
|
||||
|
||||
[data-nav-item="about"] {
|
||||
color: #db886f;
|
||||
&:hover {
|
||||
color: color-mix(in srgb, #db886f 75%, white 25%);
|
||||
}
|
||||
}
|
||||
|
||||
[data-nav-item="settings"] {
|
||||
color: #db887a;
|
||||
&:hover {
|
||||
color: color-mix(in srgb, #db887a 75%, white 25%);
|
||||
}
|
||||
}
|
||||
|
||||
[data-nav-item="alerts"],
|
||||
[data-nav-item="account"],
|
||||
[data-nav-item="login"] {
|
||||
--themable-button-text: #ffc819;
|
||||
--themable-button-hover-text: color-mix(
|
||||
in srgb,
|
||||
var(--themable-button-text) 75%,
|
||||
white 25%
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user