]> git.r.bdr.sh - rbdr/dasein/blob - static/css/app.css
Add Login (#2)
[rbdr/dasein] / static / css / app.css
1 * {
2 margin: 0;
3 padding: 0;
4 }
5
6 /* General styles */
7
8 body {
9 font-family: "VT323", sans-serif;
10 }
11
12 a {
13 color: #00e;
14 }
15
16 a:active {
17 color: #e00;
18 }
19
20 a:visited {
21 color: #551a8b;
22 }
23
24 h1 {
25 font-size: 48px;
26 }
27
28 section {
29 padding: 24px;
30 }
31
32 /* Header */
33
34 #dasein .dasein-header {
35 text-align: center;
36 }
37
38 #dasein .dasein-header a {
39 font-size: 96px;
40 }
41
42 /* The stream */