We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b3f62a commit a684704Copy full SHA for a684704
1 file changed
style.css
@@ -9,8 +9,7 @@
9
html { color:rgb(var(--mode-color)); font-family:sans-serif; font-size:18px; font-weight:lighter; }
10
11
body { margin:0em; background-color:rgb(var(--mode-bgc)); }
12
-nav:has( > [class*="container"]) { padding:1em 0em; }
13
-nav.header { border-bottom-width:var(--border_EM); border-bottom-style:solid; border-bottom-color:rgb(var(--mode-color) / var(--mini)); background-color:rgb(var(--white)); }
+nav.header { padding:1em 0em; border-bottom-width:var(--border_EM); border-bottom-style:solid; border-bottom-color:rgb(var(--mode-color) / var(--mini)); background-color:rgb(var(--white)); }
14
nav.sticky { position:sticky; width:100%; top:0em; left:0em; z-index:100; }
15
16
body > * *:first-child { margin-top:0em; }
0 commit comments