Optimized dark theme mode

- Make dark theme mode less dark
This commit is contained in:
Toby Chui
2025-01-15 20:44:20 +08:00
parent 0d4c71d0f6
commit 45f61b3053
4 changed files with 29 additions and 16 deletions

View File

@@ -17,5 +17,6 @@ func IsProxmox(r *http.Request) bool {
return true
}
}
return false
}