opt: adapt with custom background Webui X

This commit is contained in:
KOWX712
2025-05-13 19:25:42 +08:00
parent bf366b5c33
commit cd10bd2d92
6 changed files with 32 additions and 20 deletions

View File

@@ -237,6 +237,10 @@ body {
background-color: var(--btn-primary);
}
.blur-box {
backdrop-filter: blur(10px);
}
.ripple-element {
position: relative;
overflow: hidden;