This commit is contained in:
John O'Nolan 2019-11-10 22:56:40 +07:00
parent a940d2351c
commit 32876107cb
3 changed files with 8 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -113,7 +113,7 @@
.gh-content blockquote::before {
content: "";
position: absolute;
left: -1.1em;
left: -1.5em;
top: 0;
bottom: 0;
width: 0.3rem;
@ -128,6 +128,10 @@
.gh-canvas p {
font-size: 1.8rem;
}
.gh-content blockquote::before {
left: -4vw;
}
}
@ -168,6 +172,7 @@
font-weight: 400 !important;
font-size: 0.9em;
line-height: 1em;
color: #dc0050;
background: #f0f6f9;
border-radius: 0.25em;
}