Feature(custom): optimize ui under dark mode and remove unused css

This commit is contained in:
Kuingsmile
2026-01-14 11:24:56 +08:00
parent d91de7979c
commit 49d2d26ebc
5 changed files with 73 additions and 62 deletions

View File

@@ -122,7 +122,7 @@
border-radius: 12px;
width: 44px;
height: 24px;
background: var(--color-border-darker);
background: var(--color-border);
transition: all 0.3s ease;
flex-shrink: 0;
}
@@ -176,7 +176,7 @@
border-radius: 3px;
width: 100px;
height: 6px;
background: var(--color-border-darker);
background: var(--color-border);
appearance: none;
}