Fix code font size
This commit is contained in:
parent
c73bd3f8bb
commit
07ba0f2e3c
10
style.css
10
style.css
@ -425,8 +425,7 @@ address {
|
|||||||
pre {
|
pre {
|
||||||
background: #eee;
|
background: #eee;
|
||||||
font-family: "Input Mono", "Courier 10 Pitch", Courier, monospace;
|
font-family: "Input Mono", "Courier 10 Pitch", Courier, monospace;
|
||||||
font-size: 15px;
|
font-size: 16px;
|
||||||
font-size: 0.9375rem;
|
|
||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
margin-bottom: 1.6em;
|
margin-bottom: 1.6em;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
@ -434,10 +433,13 @@ pre {
|
|||||||
padding: 1.6em;
|
padding: 1.6em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre code {
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
code, kbd, tt, var {
|
code, kbd, tt, var {
|
||||||
font-family: "Input Mono", Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
|
font-family: "Input Mono", Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
|
||||||
font-size: 15px;
|
font-size: 0.8375rem;
|
||||||
font-size: 0.9375rem;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
samp {
|
samp {
|
||||||
|
Loading…
Reference in New Issue
Block a user