Skip to content

Commit 8df7371

Browse files
committed
fix leftover styling
1 parent 2ce4ac6 commit 8df7371

1 file changed

Lines changed: 15 additions & 5 deletions

File tree

config-guide.html

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,22 @@
3131
0% { background-position: 0% 50% } 50% { background-position: 100% 50% } 100% { background-position: 0% 50% }
3232
}
3333
nav {
34-
background: rgba(0,0,0,0.6); padding: 14px 16px; position: sticky; top: 0; z-index: 10;
35-
display: flex; gap: 18px; align-items: center; flex-wrap: wrap;
36-
border-bottom: 1px solid var(--border);
34+
background-color: rgba(0, 0, 0, 0.6);
35+
display: flex;
36+
justify-content: left;
37+
padding: 1rem;
38+
position: sticky;
39+
top: 0;
40+
}
41+
nav a {
42+
color: #fff;
43+
margin: 0 1rem;
44+
text-decoration: none;
45+
font-weight: bold;
46+
}
47+
nav a:hover {
48+
text-decoration: underline;
3749
}
38-
nav a { color: var(--text); text-decoration: none; font-weight: bold }
39-
nav a:hover { text-decoration: underline }
4050

4151
.wrap { max-width: 1100px; margin: 0 auto; padding: 24px 16px 60px }
4252
.page-title { text-align: center; margin: 12px 0 8px }

0 commit comments

Comments
 (0)