Skip to content

Commit

Permalink
fix(*): tweak outline width
Browse files Browse the repository at this point in the history
  • Loading branch information
kubosho committed Sep 23, 2024
1 parent 15ba1d3 commit 5b20220
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/assets/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

:focus-visible {
border-radius: var(--border-radius);
outline: 1px solid var(--color-main);
outline: 2px solid var(--color-main);
outline-offset: var(--space-text-1);
}

Expand Down
2 changes: 1 addition & 1 deletion src/app/layouts/BlogShell.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ body > footer a {
color: currentcolor;
}
body > footer a:focus-visible {
outline: 1px solid var(--color-accent);
outline-color: var(--color-accent);
}
body > footer > p {
margin: 0;
Expand Down

0 comments on commit 5b20220

Please sign in to comment.