feat(nixos:appearance): move appearance options to nixos

This commit is contained in:
ooks-io 2024-08-05 17:29:53 +12:00
parent cedeb52103
commit ceb66c03cf
51 changed files with 393 additions and 377 deletions

View file

@ -2,7 +2,9 @@
palette,
fonts,
...
}: ''
}:
# css
''
/* minimal firefox css ooks */
/* ===== Color Variables and Root Styles ===== */
@ -106,8 +108,7 @@
}
/* Expand navigation bar on focus */
#nav-bar:focus-within,
#nav-bar:hover {
#nav-bar:focus-within {
opacity: 1;
max-height: 40px !important;
height: 60px !important;