18 lines
157 B
CSS
18 lines
157 B
CSS
|
|
body {
|
|
background-color: #eee;
|
|
}
|
|
|
|
.w100 {
|
|
width: 100%;
|
|
}
|
|
|
|
.CodeMirror {
|
|
border-top: 1px solid #eee;
|
|
height: auto;
|
|
}
|
|
|
|
svg, text {
|
|
font-size: 28;
|
|
}
|