Fix dark text on shell notification body

This commit is contained in:
EliverLara
2019-11-18 13:14:46 -06:00
parent 3293c631a6
commit b8e8b7d723
2 changed files with 4 additions and 5 deletions

View File

@@ -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%);
}
}