Public Access
1
0

fix: better image support for blog posts

This commit is contained in:
2025-08-21 21:53:04 -04:00
parent 252860567e
commit 72ed3365f6
6 changed files with 13 additions and 4 deletions

View File

@@ -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 */