improve code css
This commit is contained in:
parent
59f3f7f635
commit
b3f65e70c2
2 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,6 @@ pre[class*=language-] {
|
||||||
background: #0e0f0f;
|
background: #0e0f0f;
|
||||||
text-shadow: 0 1px rgba(0, 0, 0, .3);
|
text-shadow: 0 1px rgba(0, 0, 0, .3);
|
||||||
font-family: 'FiraCode', url('/assets/FiraCodeNerdFontMono-Regular.woff2');
|
font-family: 'FiraCode', url('/assets/FiraCodeNerdFontMono-Regular.woff2');
|
||||||
font-size: 0.95em;
|
|
||||||
text-align: left;
|
text-align: left;
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
word-spacing: normal;
|
word-spacing: normal;
|
||||||
|
|
|
@ -69,6 +69,8 @@ code {
|
||||||
background: #0e0f0f;
|
background: #0e0f0f;
|
||||||
border-radius: .2em;
|
border-radius: .2em;
|
||||||
padding: .125em;
|
padding: .125em;
|
||||||
|
padding-left: 0.2em;
|
||||||
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
wrap {
|
wrap {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue