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