add plan to form

This commit is contained in:
Raitraut
2026-03-13 15:49:37 +01:00
parent c2726771d2
commit 325135065e
3 changed files with 38 additions and 6 deletions

View File

@@ -604,6 +604,12 @@ section {
display: none;
}
.highlight-field select {
border-color: #0E756F;
box-shadow: 0 0 0 3px rgba(14, 117, 111, .2);
transition: box-shadow .3s, border-color .3s;
}
/* ===== Footer ===== */
.footer {
background: #2D2D2D;