mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2026-05-21 11:05:49 +00:00
Add styling for .post-content with color and margin properties
This commit is contained in:
@@ -1,8 +1,3 @@
|
|||||||
.md-content {
|
|
||||||
color: var(--content);
|
|
||||||
margin: 30px 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.md-content h3,
|
.md-content h3,
|
||||||
.md-content h4,
|
.md-content h4,
|
||||||
.md-content h5,
|
.md-content h5,
|
||||||
|
|||||||
@@ -86,6 +86,11 @@
|
|||||||
outline: 0;
|
outline: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.post-content {
|
||||||
|
color: var(--content);
|
||||||
|
margin: 30px 0;
|
||||||
|
}
|
||||||
|
|
||||||
.post-footer {
|
.post-footer {
|
||||||
margin-top: var(--content-gap);
|
margin-top: var(--content-gap);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user