fix text-muted being set to default text foreground color in light mode, adjust styling of filter actions list

This commit is contained in:
Andrew Dolgov
2024-11-23 17:08:33 +03:00
parent 417065b8f5
commit 4dc0e8cd29
10 changed files with 32 additions and 8 deletions

View File

@@ -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,

View File

@@ -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,

View File

@@ -1348,7 +1348,7 @@ body.ttrss_main, body.ttrss_utility {
}
.text-muted {
color : @default-text;
color : @fg-text-muted;
}
.text-small, .small {