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

@@ -45,7 +45,7 @@
}
.action-button:hover {
border-color: var(--color-border-darker);
border-color: var(--color-border);
background: var(--color-background-secondary);
box-shadow: var(--shadow-sm);
transform: translateY(-1px);