darken search result description
This commit is contained in:
parent
d035e18b9f
commit
780053a19e
|
@ -53,6 +53,7 @@ body.search-results-shown {
|
||||||
margin-bottom: .5em;
|
margin-bottom: .5em;
|
||||||
display: block;
|
display: block;
|
||||||
color: #666;
|
color: #666;
|
||||||
|
overflow-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-result:hover .search-result-title {
|
.search-result:hover .search-result-title {
|
||||||
|
@ -67,7 +68,7 @@ body.search-results-shown {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
transition: opacity .2s;
|
transition: opacity .25s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-result:hover .search-result-info > div {
|
.search-result:hover .search-result-info > div {
|
||||||
|
@ -116,7 +117,8 @@ body.search-results-shown {
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-result-description-group {
|
.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;
|
align-items: center;
|
||||||
padding-right: .25rem;
|
padding-right: .25rem;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user