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

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