mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-06-02 07:39:51 -04:00
shortcodes: figure: don't use h4 tag in figure captions (#127)
* avoiding h4 tags in figcaption elements * picked from https://github.com/gohugoio/hugo/blob/master/tpl/tplimpl/embedded/templates/shortcodes/figure.html * figure.html is licensed under Apache License 2.0 and is part of https://github.com/gohugoio/hugo
This commit is contained in:
parent
09aba49bf0
commit
f9236d92af
2 changed files with 35 additions and 0 deletions
|
@ -224,6 +224,13 @@
|
|||
border-radius: 4px
|
||||
}
|
||||
|
||||
.post-content figure > figcaption {
|
||||
color: var(--primary);
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
margin: 24px 0 16px;
|
||||
}
|
||||
|
||||
.toc {
|
||||
margin-bottom: 40px;
|
||||
border: 1px solid var(--border);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue