reset safari input appearance (#75)

fixes #74
This commit is contained in:
Jeremy Danyow 2018-10-01 20:43:24 -07:00 committed by GitHub
parent a02cdf6b3a
commit 24d56a53bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -50,7 +50,6 @@
display: block;
max-height: 550px;
resize: vertical;
appearance: none;
}
textarea,

View File

@ -12,3 +12,7 @@
.markdown-body .highlight-source-js > pre {
-webkit-overflow-scrolling: touch;
}
input, select, textarea {
appearance: none;
}