Fix table border colors in dark mode

This commit is contained in:
Neil MacDougall 2021-07-20 11:27:17 +01:00
parent b284fa4970
commit d34b525bbb
1 changed files with 2 additions and 2 deletions

View File

@ -242,7 +242,7 @@ TABLE {
transition: all ease-in-out .2s;
&.fixed-header {
background: $table-header;
border-bottom: 1px solid $border;
border-bottom: 1px solid $table-border-color;
TH {
color: $link-color;
@ -423,7 +423,7 @@ TABLE {
border-collapse: collapse;
min-width: 400px;
border-radius: 5px 5px 0 0;
outline: 1px solid $border;
outline: 1px solid $table-border-color;
overflow: hidden;
background: transparent;
border-radius: 4px;