2022-08-21 16:42:48 +00:00
|
|
|
/*
|
|
|
|
* Citizen
|
|
|
|
*
|
|
|
|
* SkinStyles for Extension:Math
|
|
|
|
* Module: ext.math.styles
|
|
|
|
* Version: REL1_35 b7a7939
|
|
|
|
*
|
2023-06-08 19:44:22 +00:00
|
|
|
* Date: 2023-06-04
|
|
|
|
*/
|
2022-08-21 16:42:48 +00:00
|
|
|
|
2023-06-08 19:44:22 +00:00
|
|
|
@import '../../../resources/mixins.less';
|
2022-08-21 16:42:48 +00:00
|
|
|
|
|
|
|
.skin-citizen-light {
|
2022-09-28 21:02:56 +00:00
|
|
|
.mwe-math-fallback-image-display,
|
|
|
|
.mwe-math-fallback-image-inline {
|
2023-06-08 19:44:22 +00:00
|
|
|
.recolor( @color-base );
|
|
|
|
}
|
|
|
|
|
|
|
|
h1,
|
|
|
|
h2,
|
|
|
|
h3,
|
|
|
|
h4,
|
|
|
|
h5,
|
|
|
|
h6,
|
|
|
|
dt {
|
|
|
|
.mwe-math-fallback-image-display,
|
|
|
|
.mwe-math-fallback-image-inline {
|
|
|
|
.recolor( @color-base--emphasized );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
blockquote,
|
|
|
|
th {
|
|
|
|
.mwe-math-fallback-image-display,
|
|
|
|
.mwe-math-fallback-image-inline {
|
|
|
|
.recolor( @color-base--subtle );
|
|
|
|
}
|
2022-09-28 21:02:56 +00:00
|
|
|
}
|
2022-08-21 16:42:48 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.skin-citizen-dark {
|
2022-09-28 21:02:56 +00:00
|
|
|
.mwe-math-fallback-image-display,
|
|
|
|
.mwe-math-fallback-image-inline {
|
2023-06-08 19:44:22 +00:00
|
|
|
.recolor( @dark-color-base );
|
|
|
|
}
|
|
|
|
|
|
|
|
h1,
|
|
|
|
h2,
|
|
|
|
h3,
|
|
|
|
h4,
|
|
|
|
h5,
|
|
|
|
h6,
|
|
|
|
dt {
|
|
|
|
.mwe-math-fallback-image-display,
|
|
|
|
.mwe-math-fallback-image-inline {
|
|
|
|
.recolor( @dark-color-base--emphasized );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
blockquote,
|
|
|
|
th {
|
|
|
|
.mwe-math-fallback-image-display,
|
|
|
|
.mwe-math-fallback-image-inline {
|
|
|
|
.recolor( @dark-color-base--subtle );
|
|
|
|
}
|
2022-09-28 21:02:56 +00:00
|
|
|
}
|
2022-08-21 16:42:48 +00:00
|
|
|
}
|