fix: better image support for blog posts
This commit is contained in:
@@ -98,6 +98,10 @@ article {
|
||||
line-height: 1.6;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
article img[src*='#center'] {
|
||||
display: block;
|
||||
margin: auto;
|
||||
}
|
||||
article h1, article h2, article h3, article h4, article h5, article h6 {
|
||||
font-weight: 700;
|
||||
color: #f9fafb; /* White headings */
|
||||
|
Reference in New Issue
Block a user