diff --git a/popup/search-results.css b/popup/search-results.css index 2900dfd6..1dd09577 100755 --- a/popup/search-results.css +++ b/popup/search-results.css @@ -53,6 +53,7 @@ body.search-results-shown { margin-bottom: .5em; display: block; color: #666; + overflow-wrap: break-word; } .search-result:hover .search-result-title { @@ -67,7 +68,7 @@ body.search-results-shown { opacity: 0; position: absolute; width: 100%; - transition: opacity .2s; + transition: opacity .25s ease-in-out; } .search-result:hover .search-result-info > div { @@ -116,7 +117,8 @@ body.search-results-shown { } .search-result-description-group { - background-color: rgba(255, 255, 255, 0.8); + color: white; + background-color: hsla(180, 20%, 20%, 0.85); align-items: center; padding-right: .25rem; }