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