From 95ac96d1f887a944c4b1312023c3a6f87791abce Mon Sep 17 00:00:00 2001 From: EliverLara Date: Mon, 18 Nov 2019 13:14:46 -0600 Subject: [PATCH] Fix dark text on shell notification body --- gnome-shell/_common.scss | 6 ++---- gnome-shell/gnome-shell.css | 7 ++++--- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/gnome-shell/_common.scss b/gnome-shell/_common.scss index e69edd7..adece91 100644 --- a/gnome-shell/_common.scss +++ b/gnome-shell/_common.scss @@ -1042,11 +1042,9 @@ StScrollBar { /* Message list */ .message-list { width: 31.5em; - .message-title{ - color: darken($fg_color,5%); - } + .message-title, .message-content{ - + color: darken($fg_color,5%); } } diff --git a/gnome-shell/gnome-shell.css b/gnome-shell/gnome-shell.css index 05640f5..225317b 100644 --- a/gnome-shell/gnome-shell.css +++ b/gnome-shell/gnome-shell.css @@ -495,7 +495,7 @@ StScrollBar { .popup-menu { min-width: 15em; background-color: transparent; - color: #98abb2; } + color: #929ba8; } .popup-menu .popup-sub-menu { background-color: rgba(0, 0, 0, 0.2); box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.2); } @@ -905,7 +905,7 @@ StScrollBar { padding: 0.1em; margin: 2px; border-radius: 1.4em; - color: #98abb2; } + color: #929ba8; } .calendar-day-base:hover, .calendar-day-base:focus { background-color: #1c1c21; } .calendar-day-base:active, .calendar-day-base:selected { @@ -959,7 +959,8 @@ StScrollBar { /* Message list */ .message-list { width: 31.5em; } - .message-list .message-title { + .message-list .message-title, + .message-list .message-content { color: #848e9c; } .message-list-clear-button.button {