parent
e6bfddfca0
commit
faa3722442
|
@ -20,7 +20,6 @@
|
|||
font-family: $title-font;
|
||||
font-size: 15.2px;
|
||||
margin: 0 0 0.525rem 2rem !important;
|
||||
list-style-type: '📂 ';
|
||||
|
||||
&:first-child {
|
||||
margin-top: 0.25rem !important;
|
||||
|
@ -28,10 +27,18 @@
|
|||
|
||||
li {
|
||||
font-size: 14.4px;
|
||||
list-style-type: '📄 ';
|
||||
margin: 0 0 0.25rem 1.25rem !important;
|
||||
}
|
||||
}
|
||||
|
||||
&--toc {
|
||||
li {
|
||||
list-style-type: '📂 ';
|
||||
li {
|
||||
list-style-type: '📄 ';
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&__button {
|
||||
|
|
|
@ -47,6 +47,7 @@
|
|||
padding-bottom: 0.5rem;
|
||||
|
||||
@include themify($codeblock) {
|
||||
color: themed('content-pre-color');
|
||||
text-decoration: underline double themed('content-pre-main-color');
|
||||
}
|
||||
}
|
||||
|
@ -80,7 +81,10 @@
|
|||
|
||||
&__written-by {
|
||||
font-size: 0.9rem;
|
||||
opacity: 0.65;
|
||||
opacity: 0.75;
|
||||
@include themify($codeblock) {
|
||||
color: themed('content-pre-color');
|
||||
}
|
||||
}
|
||||
|
||||
&-hr {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -6,7 +6,7 @@
|
|||
</span>
|
||||
{{ i18n "toc-label" }}
|
||||
</button>
|
||||
<div class="expand__content">
|
||||
<div class="expand__content expand__content--toc">
|
||||
{{ .TableOfContents }}
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue