prev/next buttons bg color fix for dark theme

This commit is contained in:
teddit 2020-11-22 12:36:55 +01:00
parent 3b5779f371
commit f846afbc99
1 changed files with 4 additions and 0 deletions

4
dist/css/styles.css vendored
View File

@ -210,6 +210,10 @@ body.dark .btn {
body.dark #post .crosspost {
background: var(--darkbg);
}
body.dark .view-more-inks a {
background: black;
color: white;
}
a {
color: var(--linkcolor);
text-decoration: none;