We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fd28aa commit 26e7087Copy full SHA for 26e7087
content/en/css/custom.css
@@ -1,25 +1,28 @@
1
body {
2
- font-family: Merriweather, serif;
3
- font-size: 1rem;
+ font-family: Georgia, serif;
4
}
5
+.markdown-body {
6
+ font-size: 1rem;
7
+ }
8
+
9
.post-title,
10
.posts-title,
11
h1,
12
h2,
13
h3,
14
h4,
15
h5 {
- font-family: Bree serif, sans-serif;
16
+ font-family: Bree serif, serif;
17
18
19
.header-title {
20
background-image: url("/static/terminal.png");
- background-size: 2.7em;
21
+ background-size: 1.5em;
22
background-repeat: no-repeat;
23
24
.header-title a {
- padding-left: 3em;
25
+ padding-left: 1.7em;
26
27
28
.post-content p img {
0 commit comments