updated color scheme to dark mode

This commit is contained in:
2026-05-27 10:06:39 +02:00
parent ff370d0d39
commit 1d9154e664
5 changed files with 245 additions and 94 deletions

View File

@ -3,6 +3,8 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="color-scheme" content="dark">
<meta name="theme-color" content="#0f1218">
<title>BW Sch&uuml;tzt - Dashboard</title>
<link rel="stylesheet" href="css/style.css">
</head>