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 10:01:52 +0700
committerNgô Ngọc Đức Huy <huyngo@disroot.org>2023-09-02 10:01:52 +0700
commit35e9f6324dba0757e7c967fab6d000e44b4d5074 (patch)
tree6750e147708092e0397ee2f581f2c9ccd1c00455 /assets
parent46b1e6c785c9e15e721faa54d6e979c5c226c1a3 (diff)
downloadblog-35e9f6324dba0757e7c967fab6d000e44b4d5074.tar.gz
Update theme
Diffstat (limited to 'assets')
-rw-r--r--assets/css/custom.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/assets/css/custom.css b/assets/css/custom.css
new file mode 100644
index 0000000..e5656aa
--- /dev/null
+++ b/assets/css/custom.css
@@ -0,0 +1,14 @@
+.no-prefix::before {
+    content: "";
+}
+
+.webring article {
+    border: 1px solid var(--color);
+    margin: 0.5rem 0;
+    padding: 0.5rem;
+}
+
+.webring article h3 {
+    margin-top: 0;
+    padding-top: 0;
+}