feat: Making <pre> more pretty.
This commit is contained in:
parent
fdf2941296
commit
8bc1cec431
@ -4,6 +4,10 @@
|
||||
}
|
||||
pre {
|
||||
font-family: 'Open Sans', monospace;
|
||||
background: #eee;
|
||||
padding: 10px;
|
||||
border-radius: 4px;
|
||||
box-shadow: 3px 3px 3px 3px #555;
|
||||
}
|
||||
body {
|
||||
color: #444;
|
||||
|
Loading…
Reference in New Issue
Block a user