[update] add parameter to disable PowBox usage for selected stations also to parameters.yaml, updated style sheets for html

This commit is contained in:
2025-03-25 11:39:17 +01:00
parent 94cac54716
commit 8ac501e8dc
3 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,5 @@
body {
background-color: #ffffff;
place-items: center;
text-align: center;
padding-bottom: 30px;
font-family: "Helvetica", "sans-serif";

View File

@@ -1,6 +1,5 @@
body {
background-color: #ffffff;
place-items: center;
text-align: center;
padding-bottom: 30px;
font-family: "Helvetica", "sans-serif";
@@ -20,7 +19,7 @@ th {
background-color: #999;
color: #fff;
border-radius: 3px;
padding: 10px, 2px;
padding: 10px 2px;
position: sticky;
top: 0;
}