Merge pull request #51 from PaulBGD/style-button-font

Style button font for browsers using OS dark theme
This commit is contained in:
Rich Harris 2019-06-27 22:42:41 -04:00 committed by GitHub
commit 10adbb48bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,6 +48,7 @@ input[type="range"] {
}
button {
color: #333;
background-color: #f4f4f4;
outline: none;
}
@ -58,4 +59,4 @@ button:active {
button:focus {
border-color: #666;
}
}