mirror of
https://codeberg.org/teddit/teddit.git
synced 2026-03-05 13:30:33 -05:00
prev/next buttons bg color fix for dark theme
This commit is contained in:
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;
|
||||
|
||||
Reference in New Issue
Block a user