diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2026-03-11 11:51:24 +0100 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2026-03-11 11:51:40 +0100 |
| commit | 75c2c2c55f1538984312e94a66b89de102c1df43 (patch) | |
| tree | 472c41bf54abec1270ba4f796f7a7fe17bea0176 | |
| parent | e587d6fe2be44b0cec9fff46c5509213cfe78b9c (diff) | |
fix typo, fixes #6352
Closes #6352
Merge request studip/studip!4813
| -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); } } } |
