Make Border of Button visible / lighter in DarkMode

This commit is contained in:
2026-05-19 18:55:01 +02:00
parent 63d14ddefd
commit 46a2caf845
@@ -51,7 +51,7 @@ const colorSchemeIconMapper = {
<style scoped>
.color-scheme-button {
background: none;
border: 1.5px solid var(--light-d-3);
border: 1.5px solid var(--dark-l-8);
border-radius: 50%;
width: 36px;
height: 36px;