Search adjustments + building techs

This commit is contained in:
2026-05-24 16:21:33 +02:00
parent 487995366e
commit cb39695e6c
8 changed files with 83 additions and 5 deletions

View File

@@ -186,4 +186,9 @@ a:visited {
.marker-cluster-small span {
color: #fff;
}
/* Apply Bulma's is-danger color based on state */
input:invalid {
border-color: #ff6685;
}