Update code style
This commit is contained in:
13
local.css
13
local.css
@@ -170,27 +170,24 @@ progress {
|
|||||||
font: inherit;
|
font: inherit;
|
||||||
-webkit-appearance: button;
|
-webkit-appearance: button;
|
||||||
}
|
}
|
||||||
code {
|
p code {
|
||||||
font-size: 87.5%;
|
font-size: 87.5%;
|
||||||
color: #e83e8c;
|
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
|
background: #e9ecef;
|
||||||
|
padding: 0.25rem;
|
||||||
}
|
}
|
||||||
a > code {
|
a > code {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
pre {
|
pre code {
|
||||||
display: block;
|
display: block;
|
||||||
font-size: 87.5%;
|
font-size: 87.5%;
|
||||||
color: #212529;
|
color: #212529;
|
||||||
}
|
}
|
||||||
pre code {
|
|
||||||
font-size: inherit;
|
|
||||||
color: inherit;
|
|
||||||
word-break: normal;
|
|
||||||
}
|
|
||||||
pre.hl {
|
pre.hl {
|
||||||
background: #e9ecef;
|
background: #e9ecef;
|
||||||
padding: 0.25rem;
|
padding: 0.25rem;
|
||||||
|
font-size: 87.5%;
|
||||||
}
|
}
|
||||||
h1,
|
h1,
|
||||||
h2,
|
h2,
|
||||||
|
|||||||
Reference in New Issue
Block a user