1
0
mirror of https://github.com/lxsang/ant-http synced 2024-07-03 13:39:46 +02:00
ant-http/build/htdocs/style/site.css
2015-11-26 13:52:49 +01:00

21 lines
271 B
CSS

#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;
}