style: mystical dark palette — deeper bg + purple chart colors

- Body/card backgrounds tinted deep purple (#120918 / #1e1330)
  instead of sterile gray-blue
- Chart colors: fuchsia+cyan for performance, violet+amber for
  network, layered purples for the players donut

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
2026-06-13 18:34:20 +02:00
co-authored by Copilot
parent 7010562dae
commit 396d45fb4e
2 changed files with 7 additions and 5 deletions
+3 -3
View File
@@ -1,12 +1,12 @@
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);
:root {
--rcon-bg: #252830;
--rcon-bg: #120918;
--rcon-text: #cfd2da;
--rcon-accent: #8b5cf6;
--rcon-card-bg: #434857;
--rcon-card-bg: #1e1330;
/* Override BS5 dark theme body background */
--bs-body-bg: #252830;
--bs-body-bg: #120918;
}
body {