mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-15 16:51:37 +00:00
Modify post content style
This commit is contained in:
@ -50,7 +50,6 @@
|
||||
width: 0;
|
||||
}
|
||||
|
||||
|
||||
#write h1 {
|
||||
font-size: 3.25rem;
|
||||
font-weight: 500;
|
||||
@ -97,6 +96,10 @@
|
||||
margin: 1rem 0;
|
||||
}
|
||||
|
||||
#write p code {
|
||||
@apply mx-1 rounded
|
||||
}
|
||||
|
||||
#write blockquote::before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
@ -110,6 +113,10 @@
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
#write em {
|
||||
@apply mx-0.5
|
||||
}
|
||||
|
||||
@media (min-width: 575px) {
|
||||
#write blockquote::before {
|
||||
width: calc(0.1rem + 0.5%);
|
||||
|
Reference in New Issue
Block a user