Fix dark text on shell notification body

This commit is contained in:
EliverLara
2019-11-18 13:14:46 -06:00
parent 321dcb6286
commit 95ac96d1f8
2 changed files with 6 additions and 7 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%);
}
}