Update global.css

This commit is contained in:
Paul Sauve 2019-06-25 16:03:31 -05:00 committed by GitHub
parent 86495b4e30
commit 04b253a119
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;
}
}