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

11 lines
183 B
CSS

[data-nav-item] {
--themable-button-text: #76bb40;
&:hover {
--themable-button-text: color-mix(
in srgb,
var(--themable-button-text),
white 25%
);
}
}