refactor: consistent focus styling

This commit is contained in:
Carlos Valente
2026-02-23 20:09:10 +01:00
committed by Carlos Valente
parent 88f21e2186
commit 63d7250a70
@@ -15,6 +15,11 @@ $thumb-color-hover: $white-60;
height: 100%;
width: 100%;
overscroll-behavior: contain;
&:focus-visible {
outline: 2px solid $blue-500;
outline-offset: -2px;
}
}
.scrollbar {