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

@@ -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 {