1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2024-12-20 14:37:43 +01:00

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

@ -63,4 +63,8 @@ body, html, input, button {
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
font-size: 1rem; font-size: 1rem;
}
*:focus {
outline: none;
} }