Gnome-shell: Fix dark text in entries placeholders

This commit is contained in:
EliverLara
2021-09-19 15:19:49 -05:00
parent 5d991aff3e
commit c0a4c50e13
2 changed files with 5 additions and 1 deletions

View File

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