Dark search suggestion hotfix

This commit is contained in:
alistair3149 2020-01-01 14:33:33 -05:00
parent 435f2fceb0
commit bf647fe054
No known key found for this signature in database
GPG key ID: 94D081060FD3DD9C

View file

@ -182,11 +182,13 @@
filter: invert( 1 );
}
.suggestion-title,
.suggestion-description {
background: @dark-bg-20;
background: linear-gradient(to right, @dark-bg-40 8%, @dark-bg-30 38%, @dark-bg-40 54%);
}
.suggestion-placeholder {
.suggestion-title,
.suggestion-description {
background: @dark-bg-20;
background: linear-gradient(to right, @dark-bg-40 8%, @dark-bg-30 38%, @dark-bg-40 54%);
}
}
}
@media only screen and ( max-width: 1290px ) and ( prefers-color-scheme: dark ) {