chore: ui revamp

This commit is contained in:
2026-07-09 12:08:49 +01:00
parent 0f67d030cf
commit ecc81f0409
16 changed files with 3496 additions and 154 deletions
+4 -3
View File
@@ -2,10 +2,11 @@
/* Main app container override for professional layout */
#app {
background: var(--color-background);
border-radius: 0;
box-shadow: none;
background: var(--surface);
border-radius: 12px;
box-shadow: var(--shadow-md);
min-height: 100vh;
margin-top: 24px;
}
/* Professional link styling */