aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--resources/assets/stylesheets/scss/tables.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/assets/stylesheets/scss/tables.scss b/resources/assets/stylesheets/scss/tables.scss
index 306f046..251932f 100644
--- a/resources/assets/stylesheets/scss/tables.scss
+++ b/resources/assets/stylesheets/scss/tables.scss
@@ -561,7 +561,7 @@ table.default {
bottom: 0;
left: 0;
width: 2px;
- background-color: color--table-header;
+ background-color: var(--color--table-header);
}
}
}