mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2024-12-26 17:44:23 +01:00
Compare commits
3 commits
bbab18f53e
...
4e83792262
Author | SHA1 | Date | |
---|---|---|---|
4e83792262 | |||
d007997374 | |||
38d1a216c1 |
3 changed files with 12 additions and 3 deletions
|
@ -196,6 +196,11 @@ table, td, th {
|
||||||
padding: 6px;
|
padding: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ol li::marker {
|
||||||
|
font-size: 18px;
|
||||||
|
font-weight: 700;
|
||||||
|
}
|
||||||
|
|
||||||
.hidden {
|
.hidden {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
4
layouts/shortcodes/toc.html
Normal file
4
layouts/shortcodes/toc.html
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
<div>
|
||||||
|
<h2>Table Of Contents</h2>
|
||||||
|
{{ .Page.TableOfContents }}
|
||||||
|
</div>
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue