feat: Making <pre> more pretty.

This commit is contained in:
sergiotarxz 2020-10-23 01:29:23 +02:00
parent fdf2941296
commit 8bc1cec431
Signed by: sergiotarxz
GPG Key ID: E5903508B6510AC2
1 changed files with 4 additions and 0 deletions

View File

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