Added CSS for <code> blocks to match Markdown styling on Github

This commit is contained in:
Dionysus 2023-06-16 13:34:05 -04:00
parent ad6015292e
commit 3426468cd0
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ a{color:#8dc;text-decoration:none}
a:hover{color:#8dc}
a:target {background-color:#222;}
body{background-color:#000;color:#bdbdbd;font-size:14px;}
code{background-color:#333;border-radius:5px;color:#fff;padding-bottom:2px;padding-left:5px;padding-right:5px;padding-top:2px}
h1{display:inline;}
table thead td{font-weight:bold;}
table td{padding:0 0.3em;}