diff options
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/App.scss b/src/App.scss index 77d761dd..6e0aabca 100644 --- a/src/App.scss +++ b/src/App.scss @@ -14,14 +14,14 @@ --ZI_navbar_popovers: 7500; --ZI_navbar: 7000; --ZI_popovers: 6000; + + // Fallback for when stuff is loading + --background: var(--bg); } html { font-size: var(--font-size); // overflow-x: clip causes my browser's tab to crash with SIGILL lul - - // Fallback for when stuff is loading - --background: var(--bg); } body { @@ -410,6 +410,7 @@ nav { width: 100%; line-height: var(--__line-height); padding: var(--__vertical-gap) var(--__horizontal-gap); + background: transparent; --__line-height: 1.5em; --__horizontal-gap: 0.75em; |
