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

10 lines
200 B
Plaintext
Raw Normal View History

2022-11-04 03:28:38 +00:00
@counter-style sat-counter {
system: numeric;
symbols: '᱐' '᱑' '᱒' '᱓' '᱔' '᱕' '᱖' '᱗' '᱘' '᱙';
}
:root {
--cite-backlink-separator: '.';
--cite-counter-style: sat-counter;
2022-11-04 03:28:38 +00:00
}