]> git.r.bdr.sh - rbdr/dasein/blobdiff - static/css/app.css
Add Login (#2)
[rbdr/dasein] / static / css / app.css
diff --git a/static/css/app.css b/static/css/app.css
new file mode 100644 (file)
index 0000000..956a281
--- /dev/null
@@ -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 */