diff options
Diffstat (limited to 'themes/compact.css')
| -rw-r--r-- | themes/compact.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/themes/compact.css b/themes/compact.css index c62595962..3ee5a4a90 100644 --- a/themes/compact.css +++ b/themes/compact.css @@ -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 { |