Skip to content

Commit ebc7ab7

Browse files
committed
docs: add custom head
1 parent 1d1567a commit ebc7ab7

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

_includes/head-custom.html

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<style>
2+
html, body {
3+
color: #fafafa;
4+
background-color: #252525;
5+
}
6+
7+
.markdown-body img {
8+
background-color: transparent;
9+
}
10+
11+
.markdown-body h1,
12+
.markdown-body h2,
13+
.markdown-body h3,
14+
.markdown-body p {
15+
border-bottom-color: #555555;
16+
}
17+
18+
.highlight {
19+
background-color: transparent;
20+
}
21+
.markdown-body .highlight pre, .markdown-body pre {
22+
background-color: #333333;
23+
}
24+
</style>
25+

0 commit comments

Comments
 (0)