diff --git a/app/templates/themes/high_contrast/styles.css b/app/templates/themes/high_contrast/styles.css index 3f3c553a..3389740b 100644 --- a/app/templates/themes/high_contrast/styles.css +++ b/app/templates/themes/high_contrast/styles.css @@ -36,6 +36,10 @@ --bs-btn-color: white; } +.post_body a, .comment_body a { + text-decoration: underline; +} + .post_list .post_teaser { border-bottom: solid 1px black; } @@ -83,4 +87,4 @@ div.navbar { } [data-bs-theme="dark"] .coolfieldset.collapsed legend, [data-bs-theme="dark"] .coolfieldset legend, [data-bs-theme="dark"] .coolfieldset.expanded legend { background-color: black; -} \ No newline at end of file +}