about summary refs log tree commit diff
path: root/assets
diff options
context:
space:
mode:
authorNgô Ngọc Đức Huy <huyngo@disroot.org>2023-09-02 11:04:36 +0700
committerNgô Ngọc Đức Huy <huyngo@disroot.org>2023-09-02 11:04:36 +0700
commit58f688ab62879a6016a0f47e0107b252a05af16d (patch)
tree36dfd63274f27e8d48401a9790e1e7b5bc09a3eb /assets
parent82c10813791935d9022ecd13631c7bf557644860 (diff)
downloadblog-58f688ab62879a6016a0f47e0107b252a05af16d.tar.gz
Add minor stylingg
Diffstat (limited to 'assets')
-rw-r--r--assets/css/custom.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/assets/css/custom.css b/assets/css/custom.css
index e5656aa..9388906 100644
--- a/assets/css/custom.css
+++ b/assets/css/custom.css
@@ -12,3 +12,15 @@
     margin-top: 0;
     padding-top: 0;
 }
+
+pre, code {
+    font-family: monospace, monospace;
+}
+
+.homepage::after {
+    content: " 🏠";
+}
+
+.feed ol {
+    list-style-type: none;
+}