button reset

This commit is contained in:
Hugo LAMY
2026-03-18 17:35:41 +01:00
parent 9450895df5
commit 7b760b3bc6
2 changed files with 8 additions and 2 deletions

View File

@@ -47,8 +47,8 @@
left: 80px; left: 80px;
} }
&.sound_3 { &.sound_3 {
top: 30px; top: 40px;
left: 20px; left: 30px;
} }
&.sound_4 { &.sound_4 {
top: -40px; top: -40px;

View File

@@ -8,6 +8,12 @@ select {
/* Remove built-in form typography styles */ /* Remove built-in form typography styles */
font: inherit; font: inherit;
} }
button:focus,
button:active {
outline: none;
box-shadow: none;
-webkit-tap-highlight-color: transparent;
}
body { body {
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
} }