cmc/cleberg.net

My personal web garden & blog.

clone: git clone https://gitbay.org/cmc/cleberg.net.git

cc998780182e05904235d4e2ba98700bd7402174

verified · cmc

author: Christian Cleberg <hello@cleberg.net> · 2026-03-06T06:09:24Z

fix hr thickness
 theme/static/styles.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/theme/static/styles.css b/theme/static/styles.css
index d12f3f4..b379c51 100644
--- a/theme/static/styles.css
+++ b/theme/static/styles.css
@@ -118,7 +118,7 @@ hr::after {
   top: 50%;
   transform: translateY(-50%);
   width: calc(50% - 1.75rem);
-  height: 2px;
+  height: 1px;
   background: var(--fg);
 }