body {
    color: rgb(223, 223, 223);
    background-color: rgb(32, 32, 32);
}

body > header.default {
    background-color: rgb(32, 32, 32);
}

a.img-thumbnail {
    color: #fff;
}

a.img-thumbnail:hover, a.img-thumbnail:focus {
    background-color: inherit;
    color: #fff;
}

a {
    color: #fff;
}

.alert a, .alert a:hover, .alert a:focus {
    color:inherit;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
}

a:hover, a:focus {
    color: #fff;
}

.panel-default a:hover, a:focus {
   color: inherit;
}


header a, .page-header a {
    text-decoration: none;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: rgba(255,255,255,.05);
}
¨
table.changelog .label {
    width: 400px;
}

.input-group-addon, .form-control, .well, .panel {
    background-color: transparent;
    color: inherit;
}

.carousel-indicators li {
    border: 1px solid #fff;
}

.table>thead>tr>td.success, .table>tbody>tr>td.success {
    color: #000;
}

a.img-thumbnail {
    background: rgba(255,255,255,.3);
    margin-bottom: 10px;
}

a.img-thumbnail:hover {
    border: 1px solid #323e4f;
}
