Set focus outline color as currentColor

This commit is contained in:
Helen Chong 2024-07-16 20:25:31 +08:00
parent c77c74365b
commit 10ad4bf6c8
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ h4, .h4 { font-size: var(--fs-h4); }
strong { color: var(--clr-bold-txt); }
:focus { outline: 0.15em solid var(--clr-body-txt); }
:focus { outline: 0.15em solid currentColor; }
a {
font-weight: 700;