diff --git a/src/index.css b/src/index.css index 615da981..53c6a1a5 100644 --- a/src/index.css +++ b/src/index.css @@ -63,4 +63,8 @@ body, html, input, button { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 1rem; +} + +*:focus { + outline: none; } \ No newline at end of file