mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 15:29:53 +01:00
Darken windows shadows to add visual separation between them
This commit is contained in:
@@ -4553,10 +4553,10 @@ decoration {
|
||||
border-radius: 4px 4px 0 0;
|
||||
border-width: 0px;
|
||||
border-width: 0px;
|
||||
box-shadow: 0 4px 10px 2px rgba(33, 26, 30, 0.4);
|
||||
box-shadow: 0 4px 10px 2px rgba(12, 14, 21, 0.6);
|
||||
margin: 10px; }
|
||||
decoration:backdrop {
|
||||
box-shadow: 0 4px 10px 2px rgba(33, 26, 30, 0.2);
|
||||
box-shadow: 0 4px 10px 2px rgba(12, 14, 21, 0.4);
|
||||
transition: 200ms ease-out; }
|
||||
.maximized decoration,
|
||||
.fullscreen decoration,
|
||||
|
||||
Reference in New Issue
Block a user