Merge pull request #29 from omarzion/nova

Fix notification text color
This commit is contained in:
Eliver L
2019-03-07 12:02:09 -06:00
committed by GitHub
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 {