Compare commits

...

2 Commits

1 changed files with 3 additions and 0 deletions

View File

@ -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);