Add CSS variable for borders

This commit is contained in:
2026-05-22 17:33:03 +02:00
parent 66483a3a6a
commit 6d95601399
4 changed files with 9 additions and 3 deletions
@@ -73,7 +73,7 @@ searchQueryModel.value = props.searchQuery;
display: flex;
justify-content: center;
flex-direction: column;
outline: 1px solid var(--light-d-2);
outline: 1px solid var(--border);
}
@media (max-width: 48rem) {