Commit fd433dd2 authored by yann300's avatar yann300

change terminal font / background color

parent c913e8c2
...@@ -18,8 +18,8 @@ var css = csjs` ...@@ -18,8 +18,8 @@ var css = csjs`
flex-direction : column; flex-direction : column;
font-size : 12px; font-size : 12px;
font-family : monospace; font-family : monospace;
color : black; color : #777;
background-color : lightgrey; background-color : #ededed;
height : 100%; height : 100%;
min-height : 1.7em; min-height : 1.7em;
overflow : hidden; overflow : hidden;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment