about summary refs log tree commit diff homepage
path: root/static/directory.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/directory.css')
-rw-r--r--static/directory.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/static/directory.css b/static/directory.css
new file mode 100644
index 0000000..b56cd6e
--- /dev/null
+++ b/static/directory.css
@@ -0,0 +1,12 @@
+main {
+    margin: auto;
+    max-width: 25rem;
+}
+
+p {
+    margin: 0;
+    padding: 1ex;
+}
+
+a:nth-child(2n) p { background-color: #5c3566 }
+a:hover { text-decoration: underline }