Improve codeblock styling

This commit is contained in:
Yash Karandikar 2022-01-14 11:15:22 -06:00
parent 5c80fd0408
commit 856ee07cdc
1 changed files with 6 additions and 0 deletions

View File

@ -39,3 +39,9 @@ a:active {
}
hr { background-color: white; height: 1px; border: 0; }
pre {
padding: 1em;
border: 0.5em;
overflow-x: scroll;
}