Skip to content

Commit a738ace

Browse files
mhughes2012sumn2u
authored andcommitted
fix: add body background color in dark mode
1 parent aab2022 commit a738ace

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

website/dark-mode.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,10 @@ html.dark-mode .section-header h2 {
261261
color: var(--text-color);
262262
}
263263

264+
html.dark-mode body {
265+
background-color: var(--bg-color);
266+
}
267+
264268
/* Toggle Button Styling */
265269
#dark-mode-toggle {
266270
cursor: pointer;

0 commit comments

Comments
 (0)