mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-17 03:19:31 +00:00
8aa548cfb0
Check commit and GitHub actions for more details
17 lines
279 B
Plaintext
17 lines
279 B
Plaintext
/*
|
|
* Citizen - Advanced Search Initial Styles
|
|
* https://starcitizen.tools
|
|
*/
|
|
|
|
@import '../../../resources/variables.less';
|
|
|
|
.client-js.skin-citizen-dark {
|
|
.mw-search-spinner {
|
|
&:before,
|
|
&:after,
|
|
& .mw-search-spinner-bounce {
|
|
background-color: @dark-text-70;
|
|
}
|
|
}
|
|
}
|