-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom.css
59 lines (48 loc) · 810 Bytes
/
custom.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
.love-icon {
width: 1.5rem;
height: 1.5rem;
display: inline;
padding-top: 0.25rem;
}
footer {
margin-top: 4em;
margin-bottom: 6em;
}
.spacer {
margin-top: 5em;
}
.mid-spacer {
margin-top: 2em;
}
.mini-spacer {
margin-top: 0em;
}
h1, h2, h3 {
font-family: 'Martian Mono', monospace;
}
body {
font-family: 'Prociono', serif;
}
p, li {
font-size: 1.325rem;
}
footer {
font-size: 1.2rem;
font-family: 'JetBrains Mono', monospace;
color: #a3a3a3;
}
.publishedat {
font-size: 1.2rem;
font-family: 'JetBrains Mono', monospace;
color: #a3a3a3;
}
.readingtime {
font-size: 1.2rem;
font-family: 'JetBrains Mono', monospace;
color: #a3a3a3;
}
a {
overflow-wrap: break-word;
word-break: break-all;
hyphens: auto;
}