diff --git a/stages/3/style.css b/stages/3/style.css index 055deb6..6eda7fc 100644 --- a/stages/3/style.css +++ b/stages/3/style.css @@ -59,5 +59,13 @@ h1 { .search-button { padding: 8px 16px; font-size: 24px; + color: white; + border: 1px solid #ccc; + background-color: rgb(96, 181, 204); margin-left: 12px } + +.search-button:hover { + color: rgb(96, 181, 204); + background-color: white; +}