refactor(style): improve appearance of quotes, code
This commit is contained in:
parent
f9eda5ab28
commit
84b817e61a
@ -278,7 +278,7 @@ a.anchor {
|
|||||||
blockquote {
|
blockquote {
|
||||||
background-color: var(--sumiInk1);
|
background-color: var(--sumiInk1);
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
width: 90%;
|
min-width: 90%;
|
||||||
border-left-width: 5px;
|
border-left-width: 5px;
|
||||||
border-left-style: solid;
|
border-left-style: solid;
|
||||||
border-left-color: var(--sumiInk4);
|
border-left-color: var(--sumiInk4);
|
||||||
@ -313,10 +313,13 @@ code {
|
|||||||
padding: 2px;
|
padding: 2px;
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
background-color: var(--sumiInk3);
|
background-color: var(--sumiInk3);
|
||||||
font-size: 0.9rem;
|
|
||||||
line-height: 22px;
|
line-height: 22px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p > code {
|
||||||
|
font-size: 0.9rem;
|
||||||
|
}
|
||||||
|
|
||||||
pre > code {
|
pre > code {
|
||||||
background-color: unset;
|
background-color: unset;
|
||||||
display: block;
|
display: block;
|
||||||
|
Loading…
Reference in New Issue
Block a user