mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 14:21:45 +00:00
d259b5c394
Added webserver::IRequest/IResponse/IDelegate interfaces.
18 lines
211 B
CSS
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;
|
|
}
|