forked from abner/for-legacy-web
fix(components): add padding-right to markdown code element (#499)
parent
4224f83035
commit
eea4d49743
|
|
@ -97,6 +97,7 @@
|
|||
code {
|
||||
color: white;
|
||||
font-size: 90%;
|
||||
padding-right: 1em;
|
||||
background: var(--block);
|
||||
border-radius: var(--border-radius);
|
||||
font-family: var(--monospace-font), monospace;
|
||||
|
|
|
|||
Loading…
Reference in New Issue