Underline links in High Contrast theme #132

This commit is contained in:
freamon 2024-04-06 15:47:43 +01:00
parent cbae43e37e
commit 31db4ecb00

View file

@ -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;
}