feat(frontend): refresh dark theme + redesign login page

- Swap navy dark palette for VS Code Dark+ neutrals (#1e1e1e/#252526/
  #2d2d30) across theme tokens, page backgrounds and DateTimePicker
- Add brand header to the mobile drawer and desktop sider, and recolor
  the drawer body so it reads as one panel with the menu
- Redesign login page with a centered card, cycling Hello/Welcome
  headline and per-theme animated gradient-blob backgrounds
This commit is contained in:
MHSanaei
2026-05-11 01:10:05 +02:00
parent f1760b0a28
commit c1efc48694
10 changed files with 490 additions and 290 deletions
+2 -2
View File
@@ -256,8 +256,8 @@ const alertVisible = ref(true);
}
.settings-page.is-dark {
--bg-page: #0a1222;
--bg-card: #151f31;
--bg-page: #1e1e1e;
--bg-card: #252526;
}
.settings-page.is-dark.is-ultra {