This commit is contained in:
parent
9c8b036c79
commit
c42beef801
1 changed files with 6 additions and 0 deletions
|
@ -204,6 +204,12 @@ table.hljs-ln {
|
||||||
text-decoration: underline dotted;
|
text-decoration: underline dotted;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Footnotes block separation from article */
|
||||||
|
section.footnotes {
|
||||||
|
margin: 3px;
|
||||||
|
border-top: 2px dotted var(--separator-color);
|
||||||
|
}
|
||||||
|
|
||||||
/* Mermaid diagrams */
|
/* Mermaid diagrams */
|
||||||
pre:has(code.language-mermaid) {
|
pre:has(code.language-mermaid) {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
Loading…
Reference in a new issue