summaryrefslogtreecommitdiff
path: root/themes/light-high-contrast.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/light-high-contrast.css')
-rw-r--r--themes/light-high-contrast.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/themes/light-high-contrast.css b/themes/light-high-contrast.css
index 19387f96e..830b57f72 100644
--- a/themes/light-high-contrast.css
+++ b/themes/light-high-contrast.css
@@ -1151,7 +1151,7 @@ body.ttrss_utility .text-warning {
}
body.ttrss_main .text-muted,
body.ttrss_utility .text-muted {
- color: black;
+ color: #333333;
}
body.ttrss_main .text-small,
body.ttrss_utility .text-small,
@@ -1510,6 +1510,9 @@ body.ttrss_prefs h4 {
font-weight: 600;
color: black;
}
+body.ttrss_prefs .text-muted {
+ color: #333333;
+}
body.ttrss_prefs .dijitContentPane > h1:first-of-type,
body.ttrss_prefs .dijitContentPane > h2:first-of-type,
body.ttrss_prefs .dijitContentPane > h3:first-of-type {