summaryrefslogtreecommitdiff
path: root/themes/light
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-16 07:13:10 +0300
committerAndrew Dolgov <[email protected]>2021-03-16 07:13:10 +0300
commitf81a57938668f25b3118a36e7865dfcdc34439c7 (patch)
treee7dd15185499f49315553f8364f8c33f1f343b61 /themes/light
parent1870fe172b41061899c1917303a494d5e567f1bf (diff)
fix selected feedtree item being invisible in dark theme
Diffstat (limited to 'themes/light')
-rw-r--r--themes/light/tt-rss.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/light/tt-rss.less b/themes/light/tt-rss.less
index f0ceb55c0..1c040e93f 100644
--- a/themes/light/tt-rss.less
+++ b/themes/light/tt-rss.less
@@ -643,7 +643,7 @@ body.ttrss_main {
box-shadow : -1px 0px 2px -1px rgba(0,0,0,0.1);
border-color : @border-default transparent;
background : @default-bg;
- color : #333;
+ color : @default-text;
}
.dijitIcon.feed-icon {