Fix dark text in shell notifications

This commit is contained in:
EliverLara
2019-05-28 10:58:26 -05:00
parent 123d6afdbe
commit a155241630
2 changed files with 3 additions and 0 deletions

View File

@@ -1488,6 +1488,8 @@ StScrollBar {
background-color: rgba(26, 30, 33, 0.96); }
.notification-banner:focus {
background-color: rgba(26, 30, 33, 0.96); }
.notification-banner * {
color: #aaaaac; }
.notification-banner .notification-icon {
padding: 5px; }
.notification-banner .notification-content {