More APRS enhancements
Some checks failed
Test and build / Test and lint (push) Failing after 35s
Test and build / Build collector (push) Failing after 36s
Test and build / Build receiver (push) Failing after 36s

This commit is contained in:
2026-03-05 22:24:09 +01:00
parent 7a8d7b0275
commit e83df1c143
115 changed files with 3987 additions and 956 deletions

View File

@@ -60,6 +60,27 @@
font-weight: 600;
text-shadow: 0 0 14px rgba(153, 193, 255, 0.5);
}
.keyboard-nav-group {
.btn {
border-color: rgba(173, 205, 255, 0.45);
color: var(--app-text);
}
.btn:hover,
.btn:focus {
color: #ffffff;
border-color: rgba(225, 237, 255, 0.8);
}
.btn.active {
background: rgba(90, 146, 255, 0.5);
border-color: rgba(173, 205, 255, 0.75);
color: #ffffff;
font-weight: 600;
text-shadow: 0 0 14px rgba(153, 193, 255, 0.5);
}
}
}
.main-content {