diff options
Diffstat (limited to 'themes/light')
| -rw-r--r-- | themes/light/defines.less | 2 | ||||
| -rw-r--r-- | themes/light/prefs.less | 4 | ||||
| -rw-r--r-- | themes/light/tt-rss.less | 2 |
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 { |