aboutsummaryrefslogtreecommitdiff
path: root/static/css/app.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/app.css')
-rw-r--r--static/css/app.css42
1 files changed, 42 insertions, 0 deletions
diff --git a/static/css/app.css b/static/css/app.css
new file mode 100644
index 0000000..956a281
--- /dev/null
+++ b/static/css/app.css
@@ -0,0 +1,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 */