mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-15 18:40:05 +00:00
a5f26b9eac
Check commit and GitHub actions for more details
15 lines
203 B
Plaintext
15 lines
203 B
Plaintext
/*
|
|
* Citizen
|
|
*
|
|
* SkinStyles for jquery.spinner
|
|
* Module: jquery.spinner.styles
|
|
*
|
|
* Date: 2023-05-29
|
|
*/
|
|
|
|
.mw-spinner-container {
|
|
> div::after {
|
|
background: var( --color-base--emphasized );
|
|
}
|
|
}
|