Skip to content

Commit 3eb67af

Browse files
committed
Fix small layout bug in Halloween theme
Pager looks similar to regular theme again.
1 parent cfeb4d2 commit 3eb67af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

assets/themes/halloween/main.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ header::before {
1212
font-size: 40px;
1313
}
1414

15-
nav {
15+
nav.top-nav {
1616
background: #FF8000;
1717
}
1818

19-
nav li a {
19+
nav.top-nav li a {
2020
color: white;
2121
}
22-
nav li a img {
22+
nav.top-nav li a img {
2323
filter: invert(1)
2424
}
2525

0 commit comments

Comments
 (0)