Skip to content

Commit 49d47c7

Browse files
Ian Clarkeclaude
andcommitted
fix: Match navbar background to body in dark mode
Change navbar background from #1a1a1a (dark grey) to #121212 (black) to match the body background color in dark mode, creating a consistent appearance. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 29764dd commit 49d47c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hugo-site/themes/freenet/assets/css/freenet.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ p.page-end-spacer {
255255
}
256256

257257
.navbar {
258-
background-color: #1a1a1a;
258+
background-color: #121212;
259259
}
260260

261261
.navbar-item,

0 commit comments

Comments
 (0)