Update term.css

This commit is contained in:
noxy 2018-03-09 00:06:28 +00:00
parent 3603839082
commit 3c2e458590

View File

@ -1,11 +1,11 @@
/*@import url('https://fonts.googleapis.com/css?family=VT323');*/ @import url('https://fonts.googleapis.com/css?family=VT323');
body { body {
margin: 0em auto 3em auto; margin: 0em auto 3em auto;
background-color: #040404; background-color: #040404;
color: #fff; color: #fff;
font-family: monospace; font-family: 'VT323', monospace;
font-size: 15px; font-size: 18px;
} }
span.id { span.id {