Skip to content

Commit 06ec52c

Browse files
committed
Updates docs/website.css [skip ci]
1 parent ce9b3ab commit 06ec52c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/website.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ code,
44
nav,
55
h1, h2, h3,
66
h4, h5, h6 {
7-
font-family: 'Roboto Mono', sans-serif;
7+
font-family: 'Roboto Mono', sans-serif !important;
88
}
99

1010
section h1:after,
@@ -37,7 +37,9 @@ nav > ul > li:nth-child(1) > a:before {
3737

3838
pre,
3939
p > code,
40-
li code {
40+
li code,
41+
h1 code, h2 code, h3 code,
42+
h4 code, h5 code, h6 code {
4143
background-color: rgba(255,255,255,.75) !important;
4244
border-radius: 8px;
4345
box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);

0 commit comments

Comments
 (0)