mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-04-30 18:59:31 +08:00
fix blockquote inline style
This commit is contained in:
parent
6b9ddc6515
commit
f9900cf2ce
1 changed files with 2 additions and 2 deletions
|
@ -188,9 +188,9 @@ pre.twoslash data-lsp:hover::before {
|
|||
|
||||
.urara-prose blockquote:before {
|
||||
vertical-align: -0.4em;
|
||||
@apply mr-2 text-5xl leading-3 italic font-serif opacity-25;
|
||||
@apply mr-2 text-5xl mt-4 leading-3 italic font-serif opacity-25 float-left;
|
||||
}
|
||||
|
||||
.urara-prose blockquote p {
|
||||
@apply inline opacity-80 before:content-[''] after:content-[''];
|
||||
@apply opacity-80 before:content-[''] after:content-[''];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue