Add comms simulation and config screen

This commit is contained in:
root
2026-06-03 00:32:41 -06:00
parent 2eb36a2d85
commit 131d65e4d9
4 changed files with 197 additions and 62 deletions
+16
View File
@@ -308,3 +308,19 @@ nav button {
color: #ffaaaa;
font-weight: bold;
}
.comms-lost header {
border: 2px solid #b00020;
border-radius: 12px;
padding: 10px;
background: #260808;
}
.settings-list input[type="checkbox"] {
width: 28px;
height: 28px;
}
#config .settings-list {
margin-bottom: 18px;
}