use black background and fixed-width font

This commit is contained in:
Jamie Cameron
2014-04-11 11:00:17 -07:00
parent 9093d1a79c
commit 8731517f84

View File

@@ -60,5 +60,13 @@ pre.term span.b7 { background-color: #bbb; }
body { background-color: #ffffff; }
#term {
float: left;
float: left;
margin: 0px;
padding: 4px;
display: block;
font-family: monospace;
white-space: pre;
background-color: black;
border-top: 1px solid white;
color: #eee;
}