improve default style
This commit is contained in:
parent
95d8c7e5dd
commit
bb1517901b
1 changed files with 5 additions and 0 deletions
|
@ -3,6 +3,7 @@ center {
|
|||
}
|
||||
|
||||
body {
|
||||
font-size: 15px;
|
||||
font-family: sans-serif;
|
||||
background-color: #222828;
|
||||
color: #cdd;
|
||||
|
@ -15,7 +16,11 @@ body {
|
|||
}
|
||||
|
||||
pre {
|
||||
border: 2px dashed #fff;
|
||||
padding: 10px;
|
||||
white-space: pre-wrap;
|
||||
text-align: left;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
|
Loading…
Reference in a new issue