diff --git a/index.html b/index.html index 73a9e50..bb2b749 100644 --- a/index.html +++ b/index.html @@ -155,7 +155,8 @@ .search-suggestion:hover, .search-suggestion:focus { - background: #30a388; + background: #00d2ff; + color: #000; } .overlay { @@ -190,7 +191,7 @@ .category-name { margin: 0 0 2em; - color: #b5f1ff; + color: rgba(255, 255, 255, .6); font-size: .7em; letter-spacing: .2em; text-transform: uppercase;