Gnome-shell: Fix dark text in entries placeholders

This commit is contained in:
EliverLara
2021-09-19 15:33:13 -05:00
parent b2b4ab8070
commit ff71851811
4 changed files with 10 additions and 0 deletions

View File

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