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;
}
@@ -57,7 +57,7 @@ searchQueryModel.value = props.searchQuery;
display: flex;
justify-content: center;
flex-direction: column;
outline: 1px solid #dadada;
outline: 1px solid var(--light-d-2);
}
@media (max-width: 48rem) {