This commit is contained in:
parent
08006dd8a9
commit
e016ece421
1 changed files with 6 additions and 8 deletions
|
|
@ -1,14 +1,12 @@
|
||||||
/*** Core page styles ***/
|
/*** Core page styles ***/
|
||||||
|
|
||||||
/* Base styling */
|
/* Base styling */
|
||||||
html * {
|
|
||||||
font-family: sans-serif;
|
|
||||||
}
|
|
||||||
body {
|
body {
|
||||||
margin: 40px auto;
|
margin: 40px auto;
|
||||||
max-width: 650px;
|
max-width: 650px;
|
||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
|
font-family: sans-serif;
|
||||||
color: #65f85a;
|
color: #65f85a;
|
||||||
background-color: #121619;
|
background-color: #121619;
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
|
|
@ -33,25 +31,25 @@ code {
|
||||||
padding: 1px 30px;
|
padding: 1px 30px;
|
||||||
line-height: 2em;
|
line-height: 2em;
|
||||||
color: #65f85a;
|
color: #65f85a;
|
||||||
font-family: monospace;
|
font-family: monospace, "Courier New", Courier !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Pre background and alignment */
|
/* Pre background and alignment */
|
||||||
pre.sourceCode {
|
pre.sourceCode, pre.sourceCode * {
|
||||||
background-color: #293137; /* full block background */
|
background-color: #293137; /* full block background */
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
padding: 12px 16px;
|
padding: 12px 16px;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
line-height: 1.35em; /* tight but readable */
|
line-height: 1.35em; /* tight but readable */
|
||||||
font-family: monospace, "Courier New", Courier, monospace;
|
font-family: monospace, "Courier New", Courier !important;
|
||||||
color: #65f85a;
|
color: #65f85a;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Reset span backgrounds so lines don’t stack weirdly */
|
/* Reset span backgrounds so lines don’t stack weirdly */
|
||||||
pre.sourceCode span,
|
pre.sourceCode span,
|
||||||
pre.sourceCode span a {
|
pre.sourceCode span a {
|
||||||
background: none !important; /* remove small rectangles */
|
background: none !important;
|
||||||
display: inline; /* normal inline stacking */
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Syntax highlight colors */
|
/* Syntax highlight colors */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue