diff options
| -rw-r--r-- | resources/assets/stylesheets/scss/tables.scss | 2 |
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); } } } |
