Further styling

This commit is contained in:
Richard Feldman
2016-03-05 07:01:12 -08:00
parent aeb3f7f9f8
commit f66fb04de6

View File

@@ -59,5 +59,13 @@ h1 {
.search-button { .search-button {
padding: 8px 16px; padding: 8px 16px;
font-size: 24px; font-size: 24px;
color: white;
border: 1px solid #ccc;
background-color: rgb(96, 181, 204);
margin-left: 12px margin-left: 12px
} }
.search-button:hover {
color: rgb(96, 181, 204);
background-color: white;
}