Use CSS variables

This commit is contained in:
2026-05-11 18:41:25 +02:00
parent 926c1fc463
commit c1f1099848
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ const submitSearch = function () {
border: none;
padding: var(--submit-button-padding-y) 20px;
background: var(--primary-color);
color: white;
color: var(--white);
cursor: pointer;
white-space: nowrap;
}