aboutsummaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-03-06 00:09:24 -0600
committerChristian Cleberg <[email protected]>2026-03-06 00:09:24 -0600
commitcc998780182e05904235d4e2ba98700bd7402174 (patch)
treea3501ceaa7f7fa6d750b5d10b23ccaaee775d053 /theme
parent2bd9e213c1cd2bce150ea6e924463f164dad3f73 (diff)
downloadcleberg.net-cc998780182e05904235d4e2ba98700bd7402174.tar.gz
cleberg.net-cc998780182e05904235d4e2ba98700bd7402174.tar.bz2
cleberg.net-cc998780182e05904235d4e2ba98700bd7402174.zip
fix hr thickness
Diffstat (limited to 'theme')
-rw-r--r--theme/static/styles.css2
1 files changed, 1 insertions, 1 deletions
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);
}