-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
48 lines (42 loc) · 803 Bytes
/
style.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
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background: #faff1a;
margin: 0;
padding: 160px 140px;
color: #5e0388;
font-size: 20px;
font-family: "Roboto", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "IBM Plex Mono", monospace;
font-weight: bold;
font-style: italic;
margin-top: 0;
}
h1 {
font-size: 56px;
}
a,
a:visited {
text-decoration: none;
position: relative;
font-weight: 900;
color: #5e0388;
}
a:hover {
background: #5e0388;
color: #faff1a;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
monospace;
}