aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2026-03-11 11:51:24 +0100
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2026-03-11 11:51:24 +0100
commit9b8a98266b9b2542383221725a7f2fa867771ed4 (patch)
tree5c95e91abab1d25f6ac852045d5cb387cfd56f0b
parent7b53498019488ec9343d1f5371ce397aef5bec68 (diff)
fix typo, fixes #6352
Closes #6352 Merge request studip/studip!4813
-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);
}
}
}