mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-02-03 00:31:25 -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;
|
--bs-btn-color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.post_body a, .comment_body a {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
.post_list .post_teaser {
|
.post_list .post_teaser {
|
||||||
border-bottom: solid 1px black;
|
border-bottom: solid 1px black;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue