diff --git a/_scss/module/_indexpage.scss b/_scss/module/_indexpage.scss index b37f981..1cf1360 100644 --- a/_scss/module/_indexpage.scss +++ b/_scss/module/_indexpage.scss @@ -19,6 +19,9 @@ font-size: 1rem; } input[type="submit"] { + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; cursor: pointer; color: #FFF; background: darken($background-alternative, 20);