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 {
|
body {
|
||||||
|
font-size: 15px;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
background-color: #222828;
|
background-color: #222828;
|
||||||
color: #cdd;
|
color: #cdd;
|
||||||
|
@ -15,7 +16,11 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
|
border: 2px dashed #fff;
|
||||||
|
padding: 10px;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
|
text-align: left;
|
||||||
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue