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