Regenerated

This commit is contained in:
2026-04-13 15:54:04 +02:00
parent b8ec3529eb
commit 09ec37f871
2 changed files with 364 additions and 360 deletions
+353 -349
View File
File diff suppressed because it is too large Load Diff
+11 -11
View File
@@ -4517,26 +4517,26 @@ This is the default layout for wofi
========================= */
#window {
background: linear-gradient(45deg, @blue, @green);
border-radius: 28px;
padding: 2px; /* thickness of border */
background: rgba(0,0,0,0); /* IMPORTANT: let outer glow show */
}
/* OUTER FRAME (fake border) */
#outer-box {
background: rgba(30, 30, 46, 0.92);
border-radius: 26px;
padding: 12px;
width: 400px;
background: linear-gradient(45deg, @blue, @green);
border-radius: 30px;
box-shadow: 0 10px 30px rgba(0,0,0,0.4);
padding: 3px; /* border thickness */
}
/* INNER PANEL */
#inner-box {
background: @base;
border-radius: 26px;
background: rgba(30, 30, 46, 0.95);
border-radius: 27px;
padding: 12px;
width: 400px;
box-shadow: 0 10px 30px rgba(0,0,0,0.4);
box-shadow: 0 10px 35px rgba(0,0,0,0.5);
}
/* =========================