component-blog-post
The blog post component is a simple element to show a blog post.
This component is primarily for the blog post page.
Overridable variables:
You can override the following variables:
:root {
--blog-post-color-title: green;
--blog-post-color-flytitle: blue;
--blog-post-color-text: yellow;
--blog-post-color-datetime: black;
--blog-post-background-color-datetime: purple;
--blog-post-section-bottom-margin: 10px;
--blog-post-flytitle-bottom-margin: 10px;
--blog-post-text-top-margin: 10px;
--blog-post-datetime-top-margin: 10px;
--blog-post-datetime-bottom-margin: 10px;
}