mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
Update post-single.css
Enable better post navigation
This commit is contained in:
parent
3a0a4811cb
commit
0e00aa57c7
@ -253,6 +253,9 @@
|
||||
}
|
||||
|
||||
.toc {
|
||||
position: sticky;
|
||||
top: .2rem;
|
||||
z-index: 100;
|
||||
margin: 0 2px 40px 2px;
|
||||
border: 1px solid var(--border);
|
||||
background: var(--code-bg);
|
||||
@ -398,4 +401,4 @@ h1>a>svg {
|
||||
img.in-text {
|
||||
display: inline;
|
||||
margin: auto;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user