Skip to content

Commit a684704

Browse files
authored
Update style.css
1 parent 4b3f62a commit a684704

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

style.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
html { color:rgb(var(--mode-color)); font-family:sans-serif; font-size:18px; font-weight:lighter; }
1010

1111
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)); }
12+
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)); }
1413
nav.sticky { position:sticky; width:100%; top:0em; left:0em; z-index:100; }
1514

1615
body > * *:first-child { margin-top:0em; }

0 commit comments

Comments
 (0)