diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2024-11-23 14:10:56 +0000 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2024-11-23 14:10:56 +0000 |
| commit | 81ccfed4b447bee43a330f26560325d11e908737 (patch) | |
| tree | da5ce6dafa6bd4e7de605c4b335e2e36d2f72573 /themes/light/prefs.less | |
| parent | 9c1fb45d73b6719f7c7bc6e0423a7faef75a2796 (diff) | |
| parent | 4dc0e8cd29503a0a8a8979484c8b7a36f886b840 (diff) | |
Merge branch 'filter-fixes' into 'master'
get filter action descriptions on pref_filters class init instead of doing it...
See merge request tt-rss/tt-rss!78
Diffstat (limited to 'themes/light/prefs.less')
| -rw-r--r-- | themes/light/prefs.less | 4 |
1 files changed, 4 insertions, 0 deletions
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, |