Adjusted text for notify

This commit is contained in:
sleekmason 2022-04-17 09:23:51 -05:00
parent 11f9ca5ac5
commit 88de80159d

View file

@ -4681,8 +4681,8 @@ XfdesktopIconView.view {
border-radius: 0; }
#XfceNotifyWindow {
background-color: shade(#525151, 0.3);
color: #18191A;
background-color: shade(#171A1A, 0.3);
color: #A1B3B3;
border-color: shade(#525151, 0.6); }
#XfceNotifyWindow buttonbox {
padding: 0; }
@ -4702,7 +4702,7 @@ XfdesktopIconView.view {
border: none;
box-shadow: none; }
#XfceNotifyWindow progressbar trough {
background-image: linear-gradient(to bottom, shade(#525151, 0.65), shade(#525151, 1.25));
background-image: linear-gradient(to bottom, shade(#464F4F, 0.65), shade(#464F4F, 1.25));
border: 1px solid shade(#525151, 0.2);
border-radius: 3px;
padding: 1px 0; }