diff --git a/styles/global/reset.css b/styles/global/reset.css index f8f2bf1..8ea6ea7 100644 --- a/styles/global/reset.css +++ b/styles/global/reset.css @@ -2,4 +2,8 @@ content: ''; display: table; clear: both; +} + +a, button { + -webkit-tap-highlight-color: rgba( 0, 0, 0, 0 ); } \ No newline at end of file