fix: remove dark control-bar background to fix black bar visual glitch
All checks were successful
Build & Push Docker Image to Gitea Registry / build-and-push (push) Successful in 12s

This commit is contained in:
Kroonk
2026-05-22 00:14:02 +02:00
parent 0a72e63e84
commit 6cea1d9de9
4 changed files with 5 additions and 6 deletions

View File

@@ -260,7 +260,6 @@ main {
align-items: center;
padding: 12px 0;
backdrop-filter: blur(16px);
background: rgba(10, 10, 15, 0.7);
}
.search-box {