Skip to content

Commit

Permalink
fix focus visible
Browse files Browse the repository at this point in the history
  • Loading branch information
anish-work committed Sep 5, 2024
1 parent 00efe41 commit 1df9ee3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/css/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ ul {
text-decoration: none;
}

div:focus-visible {
outline: none;
}

::-webkit-scrollbar {
background: transparent;
color: white;
Expand Down

0 comments on commit 1df9ee3

Please sign in to comment.