Merge pull request #52 from StarCitizenTools/dev

Dark search suggestion hotfix
This commit is contained in:
alistair3149 2020-01-01 14:35:43 -05:00 committed by GitHub
commit 07bb067096
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ) {