feat(nixos:appearance): move appearance options to nixos
This commit is contained in:
parent
cedeb52103
commit
ceb66c03cf
51 changed files with 393 additions and 377 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue