Skip to content

Commit 792c9ab

Browse files
committed
Fix white bg on docs page.
1 parent d3e0ec2 commit 792c9ab

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

extras/custom_dark_theme.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,5 +440,10 @@ h3.glow,
440440
h4.glow,
441441
h5.glow,
442442
h6.glow {
443-
text-shadow: 0 0 15px #25BAA8;
443+
text-shadow: 0 0 15px #25BAA8;
444444
}
445+
#titlearea {
446+
background-color: #000000;
447+
}
448+
449+

0 commit comments

Comments
 (0)