site/ruben.css
Ruben 41940bc525
All checks were successful
/ build (push) Successful in 17m6s
css and colors cleanup
2025-04-02 14:17:31 -05:00

15 lines
No EOL
199 B
CSS

/*
replaces the accent color with ruben flavored goo
*/
:root {
--accent: #00d131 !important;
}
@media (prefers-color-scheme: dark) {
:root {
--accent: #65ff88 !important;
}
}