about summary refs log tree commit diff
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/css/custom.scss (renamed from assets/css/webring.scss)9
1 files changed, 9 insertions, 0 deletions
diff --git a/assets/css/webring.scss b/assets/css/custom.scss
index d36883f..f0b026a 100644
--- a/assets/css/webring.scss
+++ b/assets/css/custom.scss
@@ -19,3 +19,12 @@
     }
   }
 }
+
+dl {
+  dt {
+    font-weight: bold;
+  }
+  dd {
+    text-indent: 1em;
+  }
+}