index indieauth hint
[anoweco.git] / www / css / index.css
diff --git a/www/css/index.css b/www/css/index.css
new file mode 100644 (file)
index 0000000..0121164
--- /dev/null
@@ -0,0 +1,12 @@
+body {
+    max-width: 60ex;
+    margin-left: auto;
+    margin-right: auto;
+    background-color: #EEE;
+}
+
+pre {
+    background-color: #DDD;
+    padding: 2ex;
+    border-radius: 1ex;
+}
\ No newline at end of file