mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-14 15:49:52 +01:00
Fix dark text on shell notification body
This commit is contained in:
@@ -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%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -495,7 +495,7 @@ StScrollBar {
|
|||||||
.popup-menu {
|
.popup-menu {
|
||||||
min-width: 15em;
|
min-width: 15em;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: #98abb2; }
|
color: #929ba8; }
|
||||||
.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: #929ba8; }
|
||||||
.calendar-day-base:hover, .calendar-day-base:focus {
|
.calendar-day-base:hover, .calendar-day-base:focus {
|
||||||
background-color: #1c1c21; }
|
background-color: #1c1c21; }
|
||||||
.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: #848e9c; }
|
color: #848e9c; }
|
||||||
|
|
||||||
.message-list-clear-button.button {
|
.message-list-clear-button.button {
|
||||||
|
|||||||
Reference in New Issue
Block a user