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

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;
}
}