Style: Add :focus-visible

This commit is contained in:
Visman 2023-11-18 17:52:41 +07:00
parent f3976236ec
commit af6fd98f09

View file

@ -9,6 +9,7 @@
--br-fh1: hsl(0, 0%, 80%);
--c-icon-sub: hsl(0, 0%, 70%);
--c-icon-new: hsl(50, 100%, 50%);
--c-focus-v: hsl(30, 100%, 50%);
--c-a-focus: hsl(175, 100%, 50%);
--c-focus: hsl(220, 5%, 12%);
--bg-focus: hsl(50, 100%, 50%);
@ -357,6 +358,10 @@ body,
color: var(--c-a-focus);
}
#fork :focus-visible {
outline: 0.25rem double var(--c-focus-v);
}
#fork .f-btn:hover,
#fork .f-btn:focus,
#fork .f-page:hover,