fix notification text color

This commit is contained in:
Adam Sparks
2019-02-10 09:48:46 -06:00
parent c46e1b47d1
commit 7aa1c2da7f
2 changed files with 3 additions and 0 deletions

View File

@@ -1601,6 +1601,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: $fg_color; }
.notification-icon { padding: 5px; }
.notification-content { padding: 5px; spacing: 5px; }