Merge pull request #52 from sammce/master

Fix out of place outline when elements are clicked on mobile devices
This commit is contained in:
James Hawkins 2022-01-08 21:21:30 +00:00 committed by GitHub
commit 6201e13999
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,3 +64,7 @@ body, html, input, button {
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
font-size: 1rem; font-size: 1rem;
} }
*:focus {
outline: none;
}