body {
    background-color: #1e1e2f !important;
    color: #eaeaea !important;
}

.card {
    background-color: #27293d !important;
    color: #ffffff !important;
}

.navbar {
    background-color: #1f1f2e !important;
}

.sidebar {
    background-color: #1b1b28 !important;
}

.table {
    color: #eaeaea !important;
}

a {
    color: #66b3ff;
}

/* inner table containers */
.table {
    background-color: transparent !important;
    color: #eaeaea !important;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #2a2a3d !important;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #232334 !important;
}

/* table headers */
th {
    background-color: #1f1f2e !important;
    color: #ffffff !important;
}

/* table cells */
td {
    color: #eaeaea !important;
}

/* inner white panels inside cards */
.card .content,
.card .table-responsive {
    background-color: transparent !important;
}

/* links inside tables (block hashes etc.) */
td a {
    color: #66b3ff !important;
}
