Tweaks
This commit is contained in:
parent
a940d2351c
commit
32876107cb
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -113,7 +113,7 @@
|
||||||
.gh-content blockquote::before {
|
.gh-content blockquote::before {
|
||||||
content: "";
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: -1.1em;
|
left: -1.5em;
|
||||||
top: 0;
|
top: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: 0.3rem;
|
width: 0.3rem;
|
||||||
|
@ -128,6 +128,10 @@
|
||||||
.gh-canvas p {
|
.gh-canvas p {
|
||||||
font-size: 1.8rem;
|
font-size: 1.8rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.gh-content blockquote::before {
|
||||||
|
left: -4vw;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -168,6 +172,7 @@
|
||||||
font-weight: 400 !important;
|
font-weight: 400 !important;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
line-height: 1em;
|
line-height: 1em;
|
||||||
|
color: #dc0050;
|
||||||
background: #f0f6f9;
|
background: #f0f6f9;
|
||||||
border-radius: 0.25em;
|
border-radius: 0.25em;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue