Update global.css

This commit is contained in:
ClovertaTheTrilobita 2026-06-02 02:43:54 +08:00 committed by GitHub
parent 5673fc7ddb
commit 1bb9d56e03
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -254,3 +254,19 @@ img {
.post-content details li {
margin: 0.8rem 0;
}
blockquote {
margin: 1.25rem 0;
padding: 0.75rem 1rem;
border-left: 4px solid var(--deep-red);
background: rgba(128, 128, 128, 0.1);
border-radius: 0 0.4rem 0.4rem 0;
}
blockquote p {
margin: 0;
}
blockquote p + p {
margin-top: 0.75rem;
}