mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 11:41:17 +02:00
chore: update md style guide
This commit is contained in:
parent
456aa2691e
commit
6ce8d0a651
3 changed files with 21 additions and 21 deletions
|
@ -214,27 +214,27 @@ html.dark .heti mark {
|
|||
}
|
||||
.footnotes:lang(zh-CN)::before {
|
||||
content: "脚注";
|
||||
--at-apply: 'block text-xl font-semibold mb-4';
|
||||
--at-apply: 'block text-5 font-semibold mt-6 mb-3';
|
||||
}
|
||||
.footnotes:lang(zh-TW)::before {
|
||||
content: "腳註";
|
||||
--at-apply: 'block text-xl font-semibold mb-4';
|
||||
--at-apply: 'block text-5 font-semibold mt-6 mb-3';
|
||||
}
|
||||
.footnotes:lang(ja-JP)::before {
|
||||
content: "脚注";
|
||||
--at-apply: 'block text-xl font-semibold mb-4';
|
||||
--at-apply: 'block text-5 font-semibold mt-6 mb-3';
|
||||
}
|
||||
.footnotes:lang(en-US)::before {
|
||||
content: "Footnotes";
|
||||
--at-apply: 'block text-xl font-semibold mb-4';
|
||||
--at-apply: 'block text-5 font-semibold mt-6 mb-3';
|
||||
}
|
||||
.footnotes:lang(es-ES)::before {
|
||||
content: "Notas al pie";
|
||||
--at-apply: 'block text-xl font-semibold mb-4';
|
||||
--at-apply: 'block text-5 font-semibold mt-6 mb-3';
|
||||
}
|
||||
.footnotes:lang(ru-RU)::before {
|
||||
content: "Сноски";
|
||||
--at-apply: 'block text-xl font-semibold mb-4';
|
||||
--at-apply: 'block text-5 font-semibold mt-6 mb-3';
|
||||
}
|
||||
.heti .data-footnote-backref {
|
||||
--at-apply: 'no-underline';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue