Building tech points colour

This commit is contained in:
2026-09-11 15:07:29 +02:00
parent f9af09ef0a
commit 8c1a608bf9
4 changed files with 45 additions and 8 deletions
+19
View File
@@ -191,4 +191,23 @@ a:visited {
/* Apply Bulma's is-danger color based on state */
input:invalid {
border-color: #ff6685;
}
/* Building tech colors */
.cement-tech {
color: #efe91b;
}
.polygon-tech {
color: #ec973c;
}
.uncertain-tech {
color: #133cee;
}
.reticul-tech {
color: #10ee47;
}
.later-tech {
color: #dd11ef;
}
.mixed-tech {
color: #f0280f;
}