mirror of
https://codeberg.org/tacerus/teddit.git
synced 2025-01-09 04:42:35 +01:00
fix links color in self-posts body
This commit is contained in:
parent
21fb4647ab
commit
77cc346a12
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;
|
background: white;
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
body.dark .comment .body a {
|
body.dark .comment .body a,
|
||||||
|
body.dark .usertext-body a {
|
||||||
color: #3d99fb;
|
color: #3d99fb;
|
||||||
}
|
}
|
||||||
body.dark header .tabmenu li.active a {
|
body.dark header .tabmenu li.active a {
|
||||||
|
Loading…
Reference in New Issue
Block a user