Fix dark text on shell notification body

This commit is contained in:
EliverLara
2019-11-18 13:14:46 -06:00
parent 132e309388
commit 497344690a
2 changed files with 6 additions and 7 deletions

View File

@@ -1042,11 +1042,9 @@ StScrollBar {
/* Message list */ /* Message list */
.message-list { .message-list {
width: 31.5em; width: 31.5em;
.message-title{ .message-title,
color: darken($fg_color,5%);
}
.message-content{ .message-content{
color: darken($fg_color,5%);
} }
} }

View File

@@ -495,7 +495,7 @@ StScrollBar {
.popup-menu { .popup-menu {
min-width: 15em; min-width: 15em;
background-color: transparent; background-color: transparent;
color: #98abb2; } color: #76777A; }
.popup-menu .popup-sub-menu { .popup-menu .popup-sub-menu {
background-color: rgba(0, 0, 0, 0.2); background-color: rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 4px 2px 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; padding: 0.1em;
margin: 2px; margin: 2px;
border-radius: 1.4em; border-radius: 1.4em;
color: #98abb2; } color: #76777A; }
.calendar-day-base:hover, .calendar-day-base:focus { .calendar-day-base:hover, .calendar-day-base:focus {
background-color: #252b2f; } background-color: #252b2f; }
.calendar-day-base:active, .calendar-day-base:selected { .calendar-day-base:active, .calendar-day-base:selected {
@@ -959,7 +959,8 @@ StScrollBar {
/* Message list */ /* Message list */
.message-list { .message-list {
width: 31.5em; } width: 31.5em; }
.message-list .message-title { .message-list .message-title,
.message-list .message-content {
color: #696a6d; } color: #696a6d; }
.message-list-clear-button.button { .message-list-clear-button.button {