Added variables for background colors

This commit is contained in:
Silvio Giebl
2019-05-19 02:41:40 +02:00
parent 48a4a37977
commit 447ba4f20c
5 changed files with 15 additions and 8 deletions

View File

@@ -27,7 +27,7 @@ td {
padding-right: $sp-3;
padding-bottom: $sp-2;
padding-left: $sp-3;
background-color: lighten($body-background-color, 2%);
background-color: $table-background-color;
border-bottom: $border rgba($border-color, 0.5);
border-left: $border $border-color;
@@ -49,6 +49,6 @@ tbody {
thead {
th {
border-bottom: 1px solid $border-color;
border-bottom: $border $border-color;
}
}