diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-06-22 11:33:58 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-06-23 21:10:18 -0300 |
commit | bb22ec56ac787383496d0d2b5f047f186e987b61 (patch) | |
tree | 18137688c37ce3c51e8a5f3ca16a348a33b8cd81 | |
parent | b12216e16e8558794e318b8268b8103c31df7048 (diff) |
css: try a solid commentary heading line
-rw-r--r-- | src/static/css/site.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css index 83054eb4..ede644a4 100644 --- a/src/static/css/site.css +++ b/src/static/css/site.css @@ -1185,7 +1185,7 @@ ul.image-details li { text-indent: -1.25ch; max-width: 625px; padding-bottom: 0.2em; - border-bottom: 1px dotted var(--primary-color); + border-bottom: 1px solid var(--dim-color); } .commentary-entry-accent { |