Regenerated

This commit is contained in:
2026-04-13 16:13:55 +02:00
parent 18ff2b22b2
commit 08ac569642
3 changed files with 357 additions and 369 deletions
+343 -347
View File
File diff suppressed because it is too large Load Diff
+7 -11
View File
@@ -4523,23 +4523,19 @@ This is the default layout for wofi
========================= */ ========================= */
#window { #window {
background-color: rgba(30, 30, 46, 0.98); background: linear-gradient(45deg, @blue, @green);
border-radius: 28px; border-radius: 28px;
padding: 2px; /* <- THIS becomes the border thickness */
/* THIS is your “border” */
box-shadow:
0 0 0 2px #89b4fa,
0 0 0 4px #a6e3a1,
0 10px 30px rgba(0,0,0,0.5);
} }
/* OUTER GLOW LAYER (THIS is your "border") */ /* inner panel sits inside border */
#outer-box { #outer-box {
background: linear-gradient(45deg, @blue, @green); background-color: rgba(30, 30, 46, 0.98);
border-radius: 30px; border-radius: 26px;
padding: 6px; /* IMPORTANT: must be larger than before */ padding: 12px;
width: 400px;
} }
/* INNER PANEL */ /* INNER PANEL */
+7 -11
View File
@@ -22,23 +22,19 @@
========================= */ ========================= */
#window { #window {
background-color: rgba(30, 30, 46, 0.98); background: linear-gradient(45deg, @blue, @green);
border-radius: 28px; border-radius: 28px;
padding: 2px; /* <- THIS becomes the border thickness */
/* THIS is your “border” */
box-shadow:
0 0 0 2px #89b4fa,
0 0 0 4px #a6e3a1,
0 10px 30px rgba(0,0,0,0.5);
} }
/* OUTER GLOW LAYER (THIS is your "border") */ /* inner panel sits inside border */
#outer-box { #outer-box {
background: linear-gradient(45deg, @blue, @green); background-color: rgba(30, 30, 46, 0.98);
border-radius: 30px; border-radius: 26px;
padding: 6px; /* IMPORTANT: must be larger than before */ padding: 12px;
width: 400px;
} }
/* INNER PANEL */ /* INNER PANEL */