mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 11:26:56 -08:00
Underline links in High Contrast theme #132
This commit is contained in:
parent
cbae43e37e
commit
31db4ecb00
1 changed files with 5 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue