mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
toc: remove blockquote border;
align summary with content
This commit is contained in:
parent
76492223b4
commit
cb5d40cd9b
@ -236,6 +236,7 @@
|
||||
|
||||
.toc details summary {
|
||||
cursor: zoom-in;
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
.toc details[open] summary {
|
||||
@ -248,9 +249,8 @@
|
||||
}
|
||||
|
||||
.toc blockquote {
|
||||
border-left: 2px solid;
|
||||
margin: 20px;
|
||||
padding: 10px 40px;
|
||||
margin: 0 20px;
|
||||
padding: 10px 20px;
|
||||
}
|
||||
|
||||
.toc li ul {
|
||||
|
Loading…
Reference in New Issue
Block a user