mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-13 20:32:30 -05:00
Outline with the accent colour
This commit is contained in:
parent
bffabed0c1
commit
58e466681e
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ $enable-smooth-scroll: false;
|
||||||
|
|
||||||
[data-whatinput="initial"], [data-whatinput="keyboard"] {
|
[data-whatinput="initial"], [data-whatinput="keyboard"] {
|
||||||
:focus {
|
:focus {
|
||||||
outline: 1px dotted $c-base;
|
outline: 1px dotted $c-accent;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue