mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 19:36: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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue