mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 15:29:53 +01:00
Fix dark text on shell notification body
This commit is contained in:
@@ -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%);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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: #899fa7; }
|
||||
|
||||
.message-list-clear-button.button {
|
||||
|
||||
Reference in New Issue
Block a user