about summary refs log tree commit diff
path: root/assets
diff options
context:
space:
mode:
authorHuy-Ngo <duchuy29092000@gmail.com>2021-01-11 17:26:21 +0700
committerHuy-Ngo <duchuy29092000@gmail.com>2021-01-11 17:26:21 +0700
commit4eee045018bb5612d3577966ff3d86bd15ebd70a (patch)
tree7bf4085c045b0496c2aa1d258a5bb8abd9a12296 /assets
parent668428032b6a9dade3eab053da5f22549477e74f (diff)
downloadblog-4eee045018bb5612d3577966ff3d86bd15ebd70a.tar.gz
Rename for more generic stylesheet
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;
+  }
+}