1
0
mirror of https://github.com/lxsang/ant-http synced 2024-07-06 06:29:46 +02:00
ant-http/build/htdocs/style/site.css

21 lines
271 B
CSS
Raw Normal View History

2015-11-26 13:52:49 +01:00
#wterm {
width:100%;
height: 100%;
background-color:black;
position:absolute;
overflow:auto;
}
.wterm_output_div{
padding-left:15px;
}
.wterm_input_div
{
color:#00cc00;
}
.wterm_input_p{
color:#00cc00;
}
.wterm_cursor{
color:#00cc00;
background-color:#00cc00;
}