darken search result description

This commit is contained in:
tophf 2017-12-10 10:06:21 +03:00
parent d035e18b9f
commit 780053a19e

View File

@ -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;
}