mirror of
https://codeberg.org/teddit/teddit.git
synced 2026-04-18 21:45:06 -04:00
fix links color in self-posts body
This commit is contained in:
3
dist/css/styles.css
vendored
3
dist/css/styles.css
vendored
@@ -220,7 +220,8 @@ body.dark .md .md-spoiler-text:not(.revealed):hover {
|
||||
background: white;
|
||||
color: black;
|
||||
}
|
||||
body.dark .comment .body a {
|
||||
body.dark .comment .body a,
|
||||
body.dark .usertext-body a {
|
||||
color: #3d99fb;
|
||||
}
|
||||
body.dark header .tabmenu li.active a {
|
||||
|
||||
Reference in New Issue
Block a user