diff options
Diffstat (limited to 'src/static')
| -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; } } |