From 7aa1c2da7f86a62cbd459ba6a6b81e64399b3236 Mon Sep 17 00:00:00 2001 From: Adam Sparks Date: Sun, 10 Feb 2019 09:48:46 -0600 Subject: [PATCH] fix notification text color --- gnome-shell/_common.scss | 1 + gnome-shell/gnome-shell.css | 2 ++ 2 files changed, 3 insertions(+) diff --git a/gnome-shell/_common.scss b/gnome-shell/_common.scss index 7a9e9cb..4c22a5f 100644 --- a/gnome-shell/_common.scss +++ b/gnome-shell/_common.scss @@ -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; } diff --git a/gnome-shell/gnome-shell.css b/gnome-shell/gnome-shell.css index 2d522ea..930611d 100644 --- a/gnome-shell/gnome-shell.css +++ b/gnome-shell/gnome-shell.css @@ -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 {