mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-27 03:16:58 +00:00
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;
|
||
|
}
|