This repository has been archived by the owner on Apr 25, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
theme.css
77 lines (62 loc) · 1.47 KB
/
theme.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
/* Import fonts from Google's API */
@import url('https://fonts.googleapis.com/css2?family=Cardo');
@import url('https://fonts.googleapis.com/css2?family=Fira+Code');
@import url('https://fonts.googleapis.com/css2?family=Alata');
.distill-site-nav {
font-family: 'Alata', sans-serif;
color: #000;
background-color: #fff;
font-size: 15px;
font-weight: 400;
}
.distill-site-header {
font-family: 'Alata', sans-serif;
color: #000;
background-color: #fff;
font-size: 15px;
font-weight: 400;
}
.distill-site-header a, .distill-site-header .title {
text-align: left !important;
}
.nav-dropdown > button {
color: black !important;
}
.distill-site-nav a:hover {
color: #ff00ff;
}
.categories li > a:hover {
font-family: 'Fira Code', serif;
color: #00ff00;
border-bottom: 1px #00ff00;
}
p a:hover {
color: #00ff00;
}
/* Change appearance of headers */
h1, h2, h3, h4, h5 {
font-family: 'Alata', sans-serif;
font-weight: 700;
}
/* Use specific font in the body of the text */
html, body, p {
font-family: 'Cardo', serif;
font-weight: 200;
line-height: 1.3;
font-size: 1.075em;
font-style: normal;
}
.posts-list .description p {
font-family: 'Cardo', serif !important;
color: gray !important;
}
.posts-list .description h2 {
font-family: 'Alata', sans-serif !important;
}
d-appendix {
color: rgb(0, 0, 0) !important;
}
li::marker {
font-weight: 700;
font-size: 1.125em;
}