added blockquote style for posts

This commit is contained in:
ari melody 2024-06-21 04:46:04 +01:00
parent 91600d901a
commit 7779845056
Signed by: ari
GPG key ID: CF99829C92678188

View file

@ -49,6 +49,12 @@
height: 24px!important; height: 24px!important;
} }
.post-text :global(blockquote) {
border-left: 4px solid #8888;
padding: .2em 2em;
margin: .8em 0;
}
.post-text :global(code) { .post-text :global(code) {
font-size: 1.2em; font-size: 1.2em;
} }