Fix dark text in shell notifications

This commit is contained in:
EliverLara
2019-05-28 10:58:26 -05:00
parent 218a24a802
commit 693fa573f9
2 changed files with 3 additions and 0 deletions

View File

@@ -1607,6 +1607,7 @@ StScrollBar {
box-shadow: 0 1px 4px black;
&:hover { background-color: transparentize($bg_color, 0.04); }
&:focus { background-color: transparentize($bg_color, 0.04); }
*{ color: $topbar_color; }
.notification-icon { padding: 5px; }
.notification-content { padding: 5px; spacing: 5px; }