feat(webui): comprehensive UI modernization and server configuration enhancements

This commit is contained in:
Wha1eChai
2026-01-08 22:17:13 +08:00
parent a7aacdb0ae
commit dc9bea1100
3 changed files with 57 additions and 35 deletions

View File

@@ -1,8 +1,8 @@
:root {
--color-space-950: #050505;
--color-space-900: #0a0a0a;
--color-space-850: #121212;
--color-space-800: #171717;
--color-space-950: #09090b;
--color-space-900: #0f0f11;
--color-space-850: #121214;
--color-space-800: #18181b;
--color-space-border: #27272a;
--color-neon-purple: #a855f7;
--color-neon-green: #22c55e;