Refactor code structure for improved readability and maintainability

This commit is contained in:
CNCKitchen
2026-03-25 08:03:22 +01:00
parent 0cff3f8d10
commit 475945a799
12 changed files with 33 additions and 12 deletions
+5
View File
@@ -858,6 +858,11 @@ input[type="number"].val:focus { outline: none; border-color: var(--accent); }
.sponsor-link:hover { background: var(--accent-hover); }
.sponsor-link--paypal {
background: #009cde;
}
.sponsor-link--paypal:hover { background: #007bb5; }
.sponsor-no-show {
display: flex;
align-items: center;