diff --git a/css/voyager.css b/css/voyager.css index 2c1189c..0a5f4e2 100644 --- a/css/voyager.css +++ b/css/voyager.css @@ -1,15 +1,15 @@ :root { color-scheme: dark; - --bg: #090d14; - --sidebar: #0d131d; - --panel: #131b27; - --panel-hover: #192434; + --bg: #07111f; + --sidebar: #0a1728; + --panel: #10233a; + --panel-hover: #152c47; --text: #f4f6f8; - --muted: #98a5b5; - --line: #263244; - --accent: #67d7c4; + --muted: #9ba9ba; + --line: #263b55; + --accent: #c79a3b; --online: #45d483; - --warning: #e3b653; + --warning: #cfa343; --offline: #ff6b6b; }