remove unnecessary reset CSS (#152)

This commit is contained in:
Antony Jones 2020-07-30 16:18:41 +01:00 committed by GitHub
parent abd9f64b6c
commit 55afe2181e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,10 +43,6 @@ input:disabled {
color: #ccc;
}
input[type="range"] {
height: 0;
}
button {
color: #333;
background-color: #f4f4f4;