diff --git a/src/app.css b/src/app.css index b2df13c..d0795ad 100644 --- a/src/app.css +++ b/src/app.css @@ -65,6 +65,13 @@ input[type=text] { } button { background-color: #f9f9f9; + border-color: #c1c1c1; + } + button:hover { + background: #f0f0f0; + } + button:active { + background: #e6e6e6; } }