gist/web/app/css/app.css
2015-05-05 23:24:37 +02:00

47 lines
491 B
CSS

body {
background: #333;
}
.navbar {
border-radius: 0;
}
.form-control {
color: #fff;
background: #2D2D2D;
border: #333;
}
#form_content {
display: block;
width: 100%;
padding: 10px;
}
#languages {
padding-bottom: 5px;
}
#languages .btn-group:first-child {
margin-right: 4px;
}
#render > pre {
background: #222;
border: #222;
color: #ddd;
}
#render pre ol {
padding-left: 50px;
}
#render li:hover {
background: #222;
}
.panel-heading .actions {
margin-top: -5px;
}