Skip to content

Commit b247991

Browse files
authored
Merge pull request #181 from kayjan/fix-mkdocs-css
Changed: Update custom.css for h1 color
2 parents 7e4951d + ddc98d6 commit b247991

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/_static/custom.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
.md-header__topic span {
22
font-weight: normal;
33
}
4+
.md-typeset h1 {
5+
color: initial;
6+
}

0 commit comments

Comments
 (0)