mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2026-05-09 09:08:01 +02:00
13 lines
201 B
CSS
13 lines
201 B
CSS
:root {
|
|
--primary-hue: 186deg;
|
|
--primary-saturation: 100%;
|
|
}
|
|
|
|
/* Stolen from Tailwind */
|
|
.filter-invert:is(html[class~="light"] *) {
|
|
filter: invert(100%);
|
|
}
|
|
|
|
.outdated span {
|
|
color: #df1500;
|
|
}
|