mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-29 08:35:23 +00:00
Dark search suggestion hotfix
This commit is contained in:
parent
435f2fceb0
commit
bf647fe054
|
@ -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 ) {
|
||||
|
|
Loading…
Reference in a new issue