mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-04-30 14:29:29 +08:00
fix blockquote inline style
This commit is contained in:
parent
70b196ab55
commit
27cbb38784
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