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; }

View File

@@ -1481,6 +1481,8 @@ StScrollBar {
background-color: rgba(24, 27, 40, 0.96); }
.notification-banner:focus {
background-color: rgba(24, 27, 40, 0.96); }
.notification-banner * {
color: #98abb2; }
.notification-banner .notification-icon {
padding: 5px; }
.notification-banner .notification-content {