Files
test/frontend/static/themes/trackday.css
Benjamin Falch 2bc741fb78
Some checks failed
Mark Stale PRs / stale (push) Has been cancelled
adding monkeytype
2026-04-23 13:53:44 +02:00

21 lines
359 B
CSS

[data-nav-item="test"] {
color: #e0513e;
&:hover {
color: color-mix(in srgb, #e0513e 75%, white 25%);
}
}
[data-nav-item="leaderboards"] {
color: #ccc500;
&:hover {
color: color-mix(in srgb, #ccc500 75%, white 25%);
}
}
[data-nav-item="about"] {
color: #cfcfcf;
&:hover {
color: color-mix(in srgb, #cfcfcf 75%, white 25%);
}
}