You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
382 B
22 lines
382 B
@import "dark.css";
|
|
|
|
body, .modal-content {
|
|
background-color: #000;
|
|
}
|
|
|
|
#topbar, #sidebar, .panel, .dropdown-menu, #topbar .actions {
|
|
background: #080808;
|
|
}
|
|
|
|
.nav-pills li:nth-child(2n) {
|
|
background: #000;
|
|
}
|
|
|
|
.form-control option, input.form-control, select.form-control {
|
|
color: #ccc;
|
|
background: #080808;
|
|
}
|
|
|
|
.close, .close:hover, .close:focus {
|
|
color: #ddd;
|
|
}
|
|
|