settings: Make the empty panel text darker in light theme.

Text shown for empty left and right panels in stream and group
settings UI was too faded in light theme, so we make the text
a little darker.

Fixes #32212.
This commit is contained in:
Sahil Batra 2024-11-23 17:12:23 +05:30
parent f0422e07a4
commit 7095ab17cf
1 changed files with 2 additions and 2 deletions

View File

@ -379,7 +379,7 @@ h4.user_group_setting_subsection_title {
margin-right: 2em;
.settings-empty-option-text {
color: hsl(0deg 0% 67%);
color: hsl(0deg 0% 47%);
}
}
@ -405,7 +405,7 @@ h4.user_group_setting_subsection_title {
text-align: center;
.settings-empty-option-text {
color: hsl(0deg 0% 67%);
color: hsl(0deg 0% 47%);
}
.upgrade-or-sponsorship-tip,