mediawiki-skins-Citizen/skinStyles/extensions/SemanticMediaWiki/jquery.jsonview.less
2019-12-29 13:45:17 -05:00

33 lines
424 B
Plaintext

/*
* Citizen - SMW jQuery Json View
* https://starcitizen.tools
*/
@import '../../../resources/variables.less';
@media ( prefers-color-scheme: dark ) {
.jsonview .prop {
color: @dark-text-100;
}
.jsonview .null {
color: @red-50;
}
.jsonview .undefined {
color: @red-50;
}
.jsonview .bool {
color: @accent-50;
}
.jsonview .num {
color: @accent-50;
}
.jsonview .string {
color: @green-50;
}
}