summaryrefslogtreecommitdiff
path: root/themes/compact_night.css
diff options
context:
space:
mode:
authorAndrew Dolgov <fox@fakecake.org>2024-11-23 17:08:33 +0300
committerAndrew Dolgov <fox@fakecake.org>2024-11-23 17:08:33 +0300
commit4dc0e8cd29503a0a8a8979484c8b7a36f886b840 (patch)
treeda5ce6dafa6bd4e7de605c4b335e2e36d2f72573 /themes/compact_night.css
parent417065b8f56e5d273c80a866a67f9555073c6592 (diff)
fix text-muted being set to default text foreground color in light mode, adjust styling of filter actions list
Diffstat (limited to 'themes/compact_night.css')
-rw-r--r--themes/compact_night.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/themes/compact_night.css b/themes/compact_night.css
index 8c48a6c27..c62554e29 100644
--- a/themes/compact_night.css
+++ b/themes/compact_night.css
@@ -1151,7 +1151,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,
@@ -1510,6 +1510,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 {