blob: 956a281fc1c0c0f64ff8a2c4e0be2ae520117c36 (
plain)
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
|
* {
margin: 0;
padding: 0;
}
/* General styles */
body {
font-family: "VT323", sans-serif;
}
a {
color: #00e;
}
a:active {
color: #e00;
}
a:visited {
color: #551a8b;
}
h1 {
font-size: 48px;
}
section {
padding: 24px;
}
/* Header */
#dasein .dasein-header {
text-align: center;
}
#dasein .dasein-header a {
font-size: 96px;
}
/* The stream */
|