memgraph/demo/static/demo.css
2016-03-19 15:32:24 +01:00

36 lines
395 B
CSS

body {
font-family: GillSans, Calibri, Trebuchet, sans-serif;
background-color: #eee;
}
.w100 {
width: 100%;
}
.title {
width: 90%;
color: #007FFF;
}
.CodeMirror {
border-top: 1px solid #eee;
height: auto;
}
svg, text {
font-size: 28;
}
.btn {
background-color: #007FFF;
}
.btn:hover {
background-color: #007FFF;
}
.btn:focus {
background-color: #007FFF;
}