diff --git a/main.css b/main.css index 62af971..4c5d43a 100644 --- a/main.css +++ b/main.css @@ -31,6 +31,13 @@ body { background: transparent !important; } +pre { + tab-size: 4; + -moz-tab-size: 4; + background-color: rgb(245, 245, 245); + padding: 10px; +} + /* Move the navbar contents onto the same line as the toggler */ #navbarCollapse { margin-top: -3rem !important;