diff --git a/_scss/module/_indexpage.scss b/_scss/module/_indexpage.scss index b80bfd9..14d565c 100644 --- a/_scss/module/_indexpage.scss +++ b/_scss/module/_indexpage.scss @@ -55,6 +55,9 @@ section { } input[type="submit"] { + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; cursor: pointer; color: #FFF; background: darken($background-alternative, 20);