Regenerated

This commit is contained in:
2026-04-13 15:57:54 +02:00
parent 8087acaa7b
commit 2862f573eb
2 changed files with 354 additions and 338 deletions
+346 -337
View File
File diff suppressed because it is too large Load Diff
+8 -1
View File
@@ -4517,7 +4517,14 @@ This is the default layout for wofi
========================= */ ========================= */
#window { #window {
background: transparent; background-color: rgba(30, 30, 46, 0.98);
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);
} }
/* OUTER GLOW LAYER (THIS is your "border") */ /* OUTER GLOW LAYER (THIS is your "border") */