Files
test/frontend/static/themes/bingsu.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

7 lines
101 B
CSS

[data-nav-item="test"] {
color: var(--caret-color);
&:hover {
color: var(--sub-color);
}
}