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%);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -495,7 +495,7 @@ StScrollBar {
|
||||
.popup-menu {
|
||||
min-width: 15em;
|
||||
background-color: transparent;
|
||||
color: #98abb2; }
|
||||
color: #76777A; }
|
||||
.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: #76777A; }
|
||||
.calendar-day-base:hover, .calendar-day-base:focus {
|
||||
background-color: #252b2f; }
|
||||
.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: #696a6d; }
|
||||
|
||||
.message-list-clear-button.button {
|
||||
|
||||
Reference in New Issue
Block a user