diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2026-03-25 11:21:47 -0300 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2026-03-25 11:21:47 -0300 |
| commit | 09ad471c55d2c674daa49c24f3615fb831963bff (patch) | |
| tree | 89abb1ce1af6ab7a9e1c08f6e2d9b07b65aac10b /src/static/css/miscellany.css | |
| parent | 3e5c8f731117b01fdf46c4fe066e1c349dee3827 (diff) | |
css: use dim-color for division list dividers
Diffstat (limited to 'src/static/css/miscellany.css')
| -rw-r--r-- | src/static/css/miscellany.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/static/css/miscellany.css b/src/static/css/miscellany.css index acee8565..b2647a73 100644 --- a/src/static/css/miscellany.css +++ b/src/static/css/miscellany.css @@ -154,7 +154,7 @@ content: ""; display: block; width: 220px; - border-bottom: 1px solid #777; + border-bottom: 1px solid var(--dim-color); margin-bottom: 0.6em; } } |