Outline with the accent colour

This commit is contained in:
Kevin MacMartin 2024-04-10 17:43:42 -04:00
parent bffabed0c1
commit 58e466681e

View file

@ -29,7 +29,7 @@ $enable-smooth-scroll: false;
[data-whatinput="initial"], [data-whatinput="keyboard"] {
:focus {
outline: 1px dotted $c-base;
outline: 1px dotted $c-accent;
}
}