diff --git a/src/styles/mouses.css b/src/styles/mouses.css index 0b220af..8e5e664 100644 --- a/src/styles/mouses.css +++ b/src/styles/mouses.css @@ -47,8 +47,8 @@ left: 80px; } &.sound_3 { - top: 30px; - left: 20px; + top: 40px; + left: 30px; } &.sound_4 { top: -40px; diff --git a/src/styles/reset.css b/src/styles/reset.css index c344b3d..8e229f7 100644 --- a/src/styles/reset.css +++ b/src/styles/reset.css @@ -8,6 +8,12 @@ select { /* Remove built-in form typography styles */ font: inherit; } +button:focus, +button:active { + outline: none; + box-shadow: none; + -webkit-tap-highlight-color: transparent; +} body { -webkit-font-smoothing: antialiased; }