mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-14 07:39:52 +01:00
Fix dark text in shell notifications
This commit is contained in:
@@ -1607,6 +1607,7 @@ StScrollBar {
|
|||||||
box-shadow: 0 1px 4px black;
|
box-shadow: 0 1px 4px black;
|
||||||
&:hover { background-color: transparentize($bg_color, 0.04); }
|
&:hover { background-color: transparentize($bg_color, 0.04); }
|
||||||
&:focus { background-color: transparentize($bg_color, 0.04); }
|
&:focus { background-color: transparentize($bg_color, 0.04); }
|
||||||
|
*{ color: $topbar_color; }
|
||||||
|
|
||||||
.notification-icon { padding: 5px; }
|
.notification-icon { padding: 5px; }
|
||||||
.notification-content { padding: 5px; spacing: 5px; }
|
.notification-content { padding: 5px; spacing: 5px; }
|
||||||
|
|||||||
@@ -1488,6 +1488,8 @@ StScrollBar {
|
|||||||
background-color: rgba(26, 30, 33, 0.96); }
|
background-color: rgba(26, 30, 33, 0.96); }
|
||||||
.notification-banner:focus {
|
.notification-banner:focus {
|
||||||
background-color: rgba(26, 30, 33, 0.96); }
|
background-color: rgba(26, 30, 33, 0.96); }
|
||||||
|
.notification-banner * {
|
||||||
|
color: #aaaaac; }
|
||||||
.notification-banner .notification-icon {
|
.notification-banner .notification-icon {
|
||||||
padding: 5px; }
|
padding: 5px; }
|
||||||
.notification-banner .notification-content {
|
.notification-banner .notification-content {
|
||||||
|
|||||||
Reference in New Issue
Block a user