mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-15 10:38:19 +00:00
9befcc4a3a
Check commit and GitHub actions for more details
19 lines
312 B
Plaintext
19 lines
312 B
Plaintext
/*
|
|
* Citizen
|
|
*
|
|
* SkinStyles for Extension:SmiteSpam
|
|
* Module: ext.SmiteSpam.retriever
|
|
* Version: REL1_39 c81b04b
|
|
*
|
|
* Date: 2023-05-30
|
|
*/
|
|
|
|
.card {
|
|
border-color: var( --border-color-base );
|
|
background-color: var( --color-surface-2 );
|
|
|
|
&-data-section {
|
|
background-color: var( --color-surface-0 );
|
|
}
|
|
}
|