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
@@ -51,7 +51,7 @@ const colorSchemeIconMapper = {
<style scoped>
.color-scheme-button {
background: none;
border: 1.5px solid var(--dark-l-8);
border: 1.5px solid var(--border);
border-radius: 50%;
width: 36px;
height: 36px;