fix links color in self-posts body

This commit is contained in:
teddit 2020-12-13 17:01:10 +01:00
parent 21fb4647ab
commit 77cc346a12
1 changed files with 2 additions and 1 deletions

3
dist/css/styles.css vendored
View File

@ -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 {