about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--_includes/custom-head.html2
-rw-r--r--assets/css/custom.scss (renamed from assets/css/webring.scss)9
2 files changed, 10 insertions, 1 deletions
diff --git a/_includes/custom-head.html b/_includes/custom-head.html
index 172ec27..38fa5de 100644
--- a/_includes/custom-head.html
+++ b/_includes/custom-head.html
@@ -1,4 +1,4 @@
-<link rel="stylesheet" href="/assets/css/webring.css">
+<link rel="stylesheet" href="/assets/css/custom.css">
 <link rel="apple-touch-icon" sizes="180x180" href="/assets/images/apple-touch-icon.png">
 <link rel="icon" type="image/png" sizes="32x32" href="/assets/images/favicon-32x32.png">
 <link rel="icon" type="image/png" sizes="16x16" href="/assets/images/favicon-16x16.png">
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;
+  }
+}