Regenerated

This commit is contained in:
2026-04-13 16:42:26 +02:00
parent 64c1393721
commit 83e8c90353
3 changed files with 342 additions and 342 deletions
+338 -338
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -4514,7 +4514,7 @@ This is the default layout for wofi
border: 1px solid @surface0;
border-radius: 10px; /* Rounded corners */
padding: 20px;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}
#input {
@@ -4546,7 +4546,7 @@ This is the default layout for wofi
}
#entry:selected {
background-color: @surface2;
background-color: @surface0;
color: @text;
border-radius: 10px; /* Rounded corners */
}
+2 -2
View File
@@ -13,7 +13,7 @@
border: 1px solid @surface0;
border-radius: 10px; /* Rounded corners */
padding: 20px;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}
#input {
@@ -45,7 +45,7 @@
}
#entry:selected {
background-color: @surface2;
background-color: @surface0;
color: @text;
border-radius: 10px; /* Rounded corners */
}