fix text-muted being set to default text foreground color in light mode, adjust styling of filter actions list

This commit is contained in:
Andrew Dolgov
2024-11-23 17:08:33 +03:00
parent 417065b8f5
commit 4dc0e8cd29
10 changed files with 32 additions and 8 deletions

View File

@@ -1152,7 +1152,7 @@ body.ttrss_utility .text-warning {
}
body.ttrss_main .text-muted,
body.ttrss_utility .text-muted {
color: #ccc;
color: #999999;
}
body.ttrss_main .text-small,
body.ttrss_utility .text-small,
@@ -1511,6 +1511,9 @@ body.ttrss_prefs h4 {
font-weight: 600;
color: #ccc;
}
body.ttrss_prefs .text-muted {
color: #999999;
}
body.ttrss_prefs .dijitContentPane > h1:first-of-type,
body.ttrss_prefs .dijitContentPane > h2:first-of-type,
body.ttrss_prefs .dijitContentPane > h3:first-of-type {