mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
rm use of blockquote in Toc
This commit is contained in:
parent
b6842db0a5
commit
75375a4337
@ -265,7 +265,7 @@
|
||||
font-weight: 500
|
||||
}
|
||||
|
||||
.toc blockquote {
|
||||
.toc .inner {
|
||||
margin: 0 20px;
|
||||
padding: 10px 20px
|
||||
}
|
||||
|
@ -40,9 +40,9 @@
|
||||
<summary accesskey="c" title="(Alt + C)">
|
||||
<div class="details">{{- i18n "toc" | default "Table of Contents" }}</div>
|
||||
</summary>
|
||||
<blockquote>
|
||||
<div class="inner">
|
||||
{{- partial "toc.html" . }}
|
||||
</blockquote>
|
||||
</div>
|
||||
</details>
|
||||
</div>
|
||||
{{- end }}
|
||||
|
Loading…
Reference in New Issue
Block a user