fix text-muted being set to default text foreground color in light mode, adjust styling of filter actions list
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user