Skip to content

Commit 26e7087

Browse files
author
manualbashing
committed
fix: 🎨 fix style
1 parent 4fd28aa commit 26e7087

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

content/en/css/custom.css

+8-5
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,28 @@
11
body {
2-
font-family: Merriweather, serif;
3-
font-size: 1rem;
2+
font-family: Georgia, serif;
43
}
54

5+
.markdown-body {
6+
font-size: 1rem;
7+
}
8+
69
.post-title,
710
.posts-title,
811
h1,
912
h2,
1013
h3,
1114
h4,
1215
h5 {
13-
font-family: Bree serif, sans-serif;
16+
font-family: Bree serif, serif;
1417
}
1518

1619
.header-title {
1720
background-image: url("/static/terminal.png");
18-
background-size: 2.7em;
21+
background-size: 1.5em;
1922
background-repeat: no-repeat;
2023
}
2124
.header-title a {
22-
padding-left: 3em;
25+
padding-left: 1.7em;
2326
}
2427

2528
.post-content p img {

0 commit comments

Comments
 (0)