add config for darkmode

lazy to make toggle for player
This commit is contained in:
Nereziel
2023-12-13 19:25:13 +01:00
parent 1a9f7ad108
commit ed24eb0dfc
2 changed files with 143 additions and 136 deletions

View File

@@ -5,6 +5,8 @@ define('DB_NAME', '');
define('DB_USER', '');
define('DB_PASS', '');
define('WEB_STYLE_DARK', true);
define('STEAM_API_KEY', '');
define('STEAM_DOMAIN_NAME', '');
define('STEAM_LOGOUT_PAGE', '');