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 {
background-color: rgba(30, 30, 46, 0.98);
background: linear-gradient(45deg, @blue, @green);
border-radius: 28px;
/* 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);
padding: 2px; /* <- THIS becomes the border thickness */
}
/* OUTER GLOW LAYER (THIS is your "border") */
/* inner panel sits inside border */
#outer-box {
background: linear-gradient(45deg, @blue, @green);
border-radius: 30px;
background-color: rgba(30, 30, 46, 0.98);
border-radius: 26px;
padding: 6px; /* IMPORTANT: must be larger than before */
padding: 12px;
width: 400px;
}
/* INNER PANEL */
+7 -11
View File
@@ -22,23 +22,19 @@
========================= */
#window {
background-color: rgba(30, 30, 46, 0.98);
background: linear-gradient(45deg, @blue, @green);
border-radius: 28px;
/* 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);
padding: 2px; /* <- THIS becomes the border thickness */
}
/* OUTER GLOW LAYER (THIS is your "border") */
/* inner panel sits inside border */
#outer-box {
background: linear-gradient(45deg, @blue, @green);
border-radius: 30px;
background-color: rgba(30, 30, 46, 0.98);
border-radius: 26px;
padding: 6px; /* IMPORTANT: must be larger than before */
padding: 12px;
width: 400px;
}
/* INNER PANEL */