Individualisations

This commit is contained in:
Timon Ostertun
2020-09-21 21:06:16 +02:00
parent 7e8d863e26
commit 62cb4408cf
21 changed files with 1810 additions and 1632 deletions

View File

@@ -4866,13 +4866,38 @@ code {
.theme-dark .loader-main,
.theme-dark .instant-article,
.theme-dark .divider-icon i,
.theme-dark .table tr.even td,
.theme-dark .timeline-body,
.theme-dark table,
.theme-dark td {
.theme-dark .timeline-body {
background-color: #1b1d21 !important;
}
/* auto table-dark by theme */
.theme-dark .table th,
.theme-dark .table td,
.theme-dark .table thead th,
.theme-dark .table tbody + tbody {
border-color: #95999c;
}
.theme-dark .table {
color: #fff;
background-color: #343a40;
}
.theme-dark .table th,
.theme-dark .table td,
.theme-dark .table thead th {
border-color: #454d55;
}
.theme-dark .table-bordered {
border: 0;
}
.theme-dark .table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(255, 255, 255, 0.05);
}
/* END OF table-dark */
.theme-dark .ios-switch label::before,
.theme-dark .android-switch label::before {
background-color: #1b1d21;