-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
71 lines (62 loc) · 1.54 KB
/
styles.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
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gelasio:ital,wght@0,400..700;1,400..700&family=Lora:ital,wght@0,400..700;1,400..700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap");
body {
background-color: #1c1b1a;
}
header,
main {
margin-left: 50px;
}
header {
margin-bottom: 70px;
}
h2 {
font-family: "Source Serif 4", serif;
font-optical-sizing: auto;
font-weight: 500;
font-size: 40px;
font-style: normal;
margin-top: 40px;
}
h2.green {
color: #3aa99f;
}
h2.orange {
color: #da702c;
}
ul {
list-style-type: none;
padding-left: 0;
}
li {
margin-bottom: 10px;
font-family: "IBM Plex Mono", monospace;
font-weight: 400;
font-size: 20px;
font-style: normal;
}
a {
color: white;
}
a:hover {
font-style: italic;
}
h1 {
color: #e6e4d9;
font-family: "Source Serif 4", serif;
font-optical-sizing: auto;
font-weight: 600;
font-size: 50px;
font-style: normal;
}
main {
max-width: 700px;
}
p {
color: #f2f0e5;
font-family: "Lora", serif;
font-optical-sizing: auto;
font-weight: 400;
font-size: 20px;
font-style: normal;
}