improve default style

This commit is contained in:
Daniella 2022-07-08 01:37:30 +02:00
parent 95d8c7e5dd
commit bb1517901b

View file

@ -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 {