Gnome-shell: Fix dark text in entries placeholders

This commit is contained in:
EliverLara
2021-09-19 15:19:49 -05:00
parent 5b53ee233a
commit 6bea5ae176
4 changed files with 9 additions and 0 deletions

View File

@@ -75,6 +75,9 @@ StEntry {
warning-color: $warning_color;
padding: 0 4px;
}
StLabel.hint-text { color: transparentize($fg_color, 0.3); }
}