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

12 lines
228 B
Plaintext
Raw Normal View History

@import 'ext.cite.parsoid.rtl.less';
2022-11-04 03:28:38 +00:00
@counter-style nqo-counter {
system: numeric;
symbols: '߀' '߁' '߂' '߃' '߄' '߅' '߆' '߇' '߈' '߉';
}
:root {
--cite-backlink-separator: '.';
--cite-counter-style: nqo-counter;
2022-11-04 03:28:38 +00:00
}