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
@@ -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) {