Update stylesheet for code examples
This commit is contained in:
parent
5cb58ec854
commit
f340ec1ad8
@ -53,6 +53,11 @@ body {
|
|||||||
padding : 0;
|
padding : 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
code {
|
||||||
|
color : #186196;
|
||||||
|
font-weight : bold;
|
||||||
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-size : 28px;
|
font-size : 28px;
|
||||||
margin-top : 8px;
|
margin-top : 8px;
|
||||||
@ -95,6 +100,11 @@ pre {
|
|||||||
word-wrap : break-word;
|
word-wrap : break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre code {
|
||||||
|
color : #ECECEC;
|
||||||
|
font-weight : normal;
|
||||||
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
font-size : 14px;
|
font-size : 14px;
|
||||||
margin-left : 30%;
|
margin-left : 30%;
|
||||||
|
Loading…
Reference in New Issue
Block a user