mirror of
https://github.com/Wonderfall/hugo-WonderMod.git
synced 2024-11-22 10:31:39 +01:00
blockquote : move to toc
This commit is contained in:
parent
3231d00da4
commit
ac4ed69368
@ -65,3 +65,9 @@
|
|||||||
display: inline;
|
display: inline;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.toc blockquote {
|
||||||
|
border-left: 2px solid;
|
||||||
|
margin: 20px;
|
||||||
|
padding: 10px 40px;
|
||||||
|
}
|
@ -109,12 +109,6 @@ img {
|
|||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote {
|
|
||||||
border-left: 2px solid;
|
|
||||||
margin: 20px;
|
|
||||||
padding: 10px 40px;
|
|
||||||
}
|
|
||||||
|
|
||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
width: 8px;
|
width: 8px;
|
||||||
height: 3px;
|
height: 3px;
|
||||||
|
Loading…
Reference in New Issue
Block a user