diff --git a/public/global.css b/public/global.css index 9d682a3..deaa4cf 100644 --- a/public/global.css +++ b/public/global.css @@ -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; -} \ No newline at end of file +}