mirror of
https://github.com/ClovertaTheTrilobita/SanYeCao-blog.git
synced 2026-07-03 15:41:26 +00:00
Update global.css
This commit is contained in:
parent
5673fc7ddb
commit
1bb9d56e03
1 changed files with 16 additions and 0 deletions
|
|
@ -254,3 +254,19 @@ img {
|
||||||
.post-content details li {
|
.post-content details li {
|
||||||
margin: 0.8rem 0;
|
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;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue