Fixed visits table styles for dark theme

This commit is contained in:
Alejandro Celaya
2021-02-19 19:30:29 +01:00
parent 9523277311
commit 61af43f9d9
4 changed files with 15 additions and 4 deletions

View File

@@ -65,10 +65,16 @@ body,
.page-link,
.page-link:hover,
.page-item.disabled .page-link,
.dropdown-divider {
.dropdown-divider{
border-color: var(--border-color);
}
.table-bordered,
.table-bordered thead th,
.table-bordered thead td {
border-color: var(--table-border-color);
}
.page-link:hover {
background-color: var(--secondary-color);
}