additional colors under admin control

This commit is contained in:
2026-06-29 22:31:37 +00:00
parent ee79662e5d
commit f62f8188bf
11 changed files with 42 additions and 0 deletions
+4
View File
@@ -231,6 +231,10 @@ STATION_CONFIG: dict = {
"color_success": "#4a9e4f",
"color_danger": "#c83030",
"color_info": "#3a8abf",
"color_white": "#ffffff",
"color_light": "#f0ebe3",
"color_medium": "#8a8580",
"color_black": "#1a1816",
}
HISTORY_ENTRIES: list[dict] = [