-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
66 lines (56 loc) · 1 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
@media (prefers-color-scheme: dark) {
html {
background-color: #111111;
color: #fbfbfb;
}
a {
color: #ca8465;
text-decoration: none;
}
}
body {
line-height: 1.6;
font-family: system-ui, -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
margin: 1rem auto;
min-height: 90vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
li {
list-style-type: none;
margin-left: -2em;
padding: .5em;
margin-right: auto;
}
h1 {
opacity: .5;
}
h2 {
opacity: .75;
}
.JR {
padding-top: 35px;
}
.JR p {
padding-top: 15px;
font-style: italic;
opacity: .25;
font-size: x-small;
}
.footer p {
font-style: italic;
opacity: .75;
text-align: center;
font-size: medium;
}
.subtitle {
opacity: .5;
margin: -2em;
padding: 0 5em 0 10em;
}
.discovery, .discovery p {
margin-top:-1.5em;
opacity:.75;
}