mirror of
https://gitnet.fr/deblan/gist.git
synced 2021-08-14 08:30:49 +02:00
47 lines
491 B
CSS
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;
|
|
}
|
|
|
|
#viewer > pre {
|
|
background: #222;
|
|
border: #222;
|
|
color: #ddd;
|
|
}
|
|
|
|
#viewer pre ol {
|
|
padding-left: 50px;
|
|
}
|
|
|
|
#viewer li:hover {
|
|
background: #222;
|
|
}
|
|
|
|
.panel-heading .actions {
|
|
margin-top: -5px;
|
|
}
|
|
|