diff --git a/gnome-shell/_common.scss b/gnome-shell/_common.scss index b3c243f..43b6f02 100644 --- a/gnome-shell/_common.scss +++ b/gnome-shell/_common.scss @@ -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; } diff --git a/gnome-shell/gnome-shell.css b/gnome-shell/gnome-shell.css index 0adf3ad..366c0c6 100644 --- a/gnome-shell/gnome-shell.css +++ b/gnome-shell/gnome-shell.css @@ -1488,6 +1488,8 @@ StScrollBar { background-color: rgba(34, 46, 57, 0.96); } .notification-banner:focus { background-color: rgba(34, 46, 57, 0.96); } + .notification-banner * { + color: white; } .notification-banner .notification-icon { padding: 5px; } .notification-banner .notification-content {