mediawiki-extensions-Cite/modules/parsoid-styles/ext.cite.style.mni.less

10 lines
200 B
Plaintext
Raw Normal View History

2022-11-04 03:28:38 +00:00
@counter-style mni-counter {
system: numeric;
symbols: '꯰' '꯱' '꯲' '꯳' '꯴' '꯵' '꯶' '꯷' '꯸' '꯹';
}
:root {
--cite-backlink-separator: '.';
--cite-counter-style: mni-counter;
2022-11-04 03:28:38 +00:00
}