aseprite/data/www/aseprite.css
David Capello d259b5c394 Add experimental webserver API and home page
Added webserver::IRequest/IResponse/IDelegate interfaces.
2013-04-01 19:37:02 -03:00

18 lines
211 B
CSS

body, h2 {
font-family: Segoe UI, Arial;
}
h2 {
font-size: 14pt;
font-weight: normal;
color: #669;
}
#console {
border:8px solid #eee;
background-color:#eee;
width:80%;
height:128px;
overflow:auto;
}