update colors

This commit is contained in:
SoftFever
2026-07-09 19:42:21 +08:00
parent f688a3e741
commit 844c374798
14 changed files with 33 additions and 33 deletions

View File

@@ -69,8 +69,8 @@
}
input[type="radio"]:checked {
background-color: #00ae42;
border-color: #00ae42;
background-color: #009688;
border-color: #009688;
}
input[type="radio"]:checked::after {
@@ -91,7 +91,7 @@
}
.recommended {
color: #28a745;
color: #009688;
font-weight: bold;
}