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
@@ -86,6 +86,11 @@
outline: 0;
}
.post-content {
color: var(--content);
margin: 30px 0;
}
.post-footer {
margin-top: var(--content-gap);
}