summaryrefslogtreecommitdiff
path: root/themes/light
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/light
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/light')
-rw-r--r--themes/light/defines.less2
-rw-r--r--themes/light/prefs.less4
-rw-r--r--themes/light/tt-rss.less2
3 files changed, 7 insertions, 1 deletions
diff --git a/themes/light/defines.less b/themes/light/defines.less
index 08896b4f1..37d1beadf 100644
--- a/themes/light/defines.less
+++ b/themes/light/defines.less
@@ -28,6 +28,8 @@
@breakpoint-lg: 992px;
@breakpoint-xl: 1200px;
+@fg-text-muted: lighten(@default-text, 20%);
+
@embed-responsive-padding: 56.25%; // Use 56.25% for 16:9 aspect ratio, 75% for 4:3.
body.ttrss_main,
diff --git a/themes/light/prefs.less b/themes/light/prefs.less
index e13358956..849855796 100644
--- a/themes/light/prefs.less
+++ b/themes/light/prefs.less
@@ -9,6 +9,10 @@ body.ttrss_prefs {
color : @default-text;
}
+ .text-muted {
+ color : @fg-text-muted;
+ }
+
.dijitContentPane {
> h1:first-of-type,
> h2:first-of-type,
diff --git a/themes/light/tt-rss.less b/themes/light/tt-rss.less
index 3896665c8..bb6ef9ef8 100644
--- a/themes/light/tt-rss.less
+++ b/themes/light/tt-rss.less
@@ -1348,7 +1348,7 @@ body.ttrss_main, body.ttrss_utility {
}
.text-muted {
- color : @default-text;
+ color : @fg-text-muted;
}
.text-small, .small {