mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-12-03 02:17:21 +00:00
Dark search suggestion hotfix
This commit is contained in:
parent
435f2fceb0
commit
bf647fe054
|
@ -182,11 +182,13 @@
|
||||||
filter: invert( 1 );
|
filter: invert( 1 );
|
||||||
}
|
}
|
||||||
|
|
||||||
.suggestion-title,
|
.suggestion-placeholder {
|
||||||
.suggestion-description {
|
.suggestion-title,
|
||||||
background: @dark-bg-20;
|
.suggestion-description {
|
||||||
background: linear-gradient(to right, @dark-bg-40 8%, @dark-bg-30 38%, @dark-bg-40 54%);
|
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 ) {
|
@media only screen and ( max-width: 1290px ) and ( prefers-color-scheme: dark ) {
|
||||||
|
|
Loading…
Reference in a new issue