forked from ryanisaacg/quicksilver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
62 lines (62 loc) · 1008 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
html {
color: #d5d5d5;
background-color: #2d2d2d;
font-family: 'Rubik', sans-serif;
font-size: 1.1em;
line-height: 1.5em;
}
body {
max-width: 75em;
padding: 0 1em;
margin: 0 auto;
}
pre {
display: block;
}
a {
color: #d5d5d5;
}
a:visited {
color: #d5d5d5;
}
h1 {
font-size: 3em;
color: #d9d9d9;
}
h2 {
font-size: 2em;
color: #d9d9d9;
}
h3 {
font-size: 1.5em;
text-align: center;
margin-bottom: 0.5em;
margin-top: 1.2em;
color: #d9d9d9;
}
h4 {
text-align: center;
max-width: 40em;
margin: 0 auto;
font-weight: normal;
font-size: 1.3em;
color: #d9d9d9;
}
p {
line-height: 1.175em;
}
header {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}
header div {
display: flex;
}
header div a {
margin: 0em 1em;
font-size: 1.75em;
text-decoration: none;
font-weight: bold;
}