Update stylesheet.css

playing with code coloring
This commit is contained in:
Ben Pate 2021-11-10 19:44:20 -07:00
parent 4ab7d918ce
commit 87e332ad1a

View File

@ -52,7 +52,7 @@ body {
pre.code {
font-family:'Courier New', Courier, monospace;
background-color: #333;
background-color: #444440;
color: #0f0;
padding:30px 5px 30px 15px;
overflow-y:scroll;