mirror of
https://codeberg.org/tacerus/teddit.git
synced 2024-11-22 14:59:26 +01:00
prev/next buttons bg color fix for dark theme
This commit is contained in:
parent
3b5779f371
commit
f846afbc99
4
dist/css/styles.css
vendored
4
dist/css/styles.css
vendored
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user