Skip to content

Commit aac0cfe

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

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

_includes/head-custom.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<style>
22
html, body {
33
color: #fafafa;
4-
background-color: #252525;
4+
background-color: #111111;
55
}
66

77
.markdown-body img {
@@ -12,14 +12,20 @@
1212
.markdown-body h2,
1313
.markdown-body h3,
1414
.markdown-body p {
15-
border-bottom-color: #555555;
15+
border-bottom-color: #333;
1616
}
1717

1818
.highlight {
1919
background-color: transparent;
2020
}
2121
.markdown-body .highlight pre, .markdown-body pre {
2222
background-color: #333333;
23+
border-radius: 6px;
2324
}
25+
26+
a, a:hover {
27+
color: #78f7f9;
28+
}
29+
2430
</style>
2531

0 commit comments

Comments
 (0)