diff options
| author | Christian Cleberg <[email protected]> | 2026-03-06 00:09:24 -0600 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-03-06 00:09:24 -0600 |
| commit | cc998780182e05904235d4e2ba98700bd7402174 (patch) | |
| tree | a3501ceaa7f7fa6d750b5d10b23ccaaee775d053 /theme/static/styles.css | |
| parent | 2bd9e213c1cd2bce150ea6e924463f164dad3f73 (diff) | |
| download | cleberg.net-cc998780182e05904235d4e2ba98700bd7402174.tar.gz cleberg.net-cc998780182e05904235d4e2ba98700bd7402174.tar.bz2 cleberg.net-cc998780182e05904235d4e2ba98700bd7402174.zip | |
fix hr thickness
Diffstat (limited to 'theme/static/styles.css')
| -rw-r--r-- | theme/static/styles.css | 2 |
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); } |
