From f66fb04de6a2b98fe23db411bca9b9fdbebe1c25 Mon Sep 17 00:00:00 2001 From: Richard Feldman Date: Sat, 5 Mar 2016 07:01:12 -0800 Subject: [PATCH] Further styling --- stages/3/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) 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; +}