Add styling for .post-content with color and margin properties

This commit is contained in:
Aditya Telange
2026-04-11 00:33:48 +05:30
parent 383696db85
commit 58788790e0
2 changed files with 5 additions and 5 deletions
-5
View File
@@ -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,
+5
View File
@@ -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);
} }