update css
This commit is contained in:
parent
a80c6c5383
commit
60c9db3f40
1 changed files with 9 additions and 0 deletions
|
@ -77,4 +77,13 @@ pre {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
font-family: $monofont;
|
font-family: $monofont;
|
||||||
|
font-size: 0.9em;
|
||||||
|
}
|
||||||
|
|
||||||
|
code {
|
||||||
|
font-size: 1.2em;
|
||||||
|
padding: 3px;
|
||||||
|
background-color: #2b303b;
|
||||||
|
color: #cccccc;
|
||||||
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue