This website works better with JavaScript.
Home
Explore
Help
Sign In
rob
/
inked
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Fix dark theme headers CSS
main
Ilija Eftimov
1 year ago
parent
61e6f5b72b
commit
aec01d1d57
1 changed files
with
6 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-1
static/css/dark.css
+ 6
- 1
static/css/dark.css
View File
@ -23,7 +23,12 @@ html.dark blockquote {
border-color
:
#
ddd
;
}
html
.
dark
h1
,
h2
,
h3
,
h4
,
h5
,
h6
{
html
.
dark
h1
,
html
.
dark
h2
,
html
.
dark
h3
,
html
.
dark
h4
,
html
.
dark
h5
,
html
.
dark
h6
{
color
:
#
ddd
;
}
Write
Preview
Loading…
Cancel
Save