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

View File

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