memgraph/demo/static/demo.css
2016-03-13 21:51:04 +01:00

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