mirror of https://github.com/zulip/zulip.git
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:
parent
f0422e07a4
commit
7095ab17cf
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue