From 75c2c2c55f1538984312e94a66b89de102c1df43 Mon Sep 17 00:00:00 2001 From: Jan-Hendrik Willms Date: Wed, 11 Mar 2026 11:51:24 +0100 Subject: fix typo, fixes #6352 Closes #6352 Merge request studip/studip!4813 --- resources/assets/stylesheets/scss/tables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } } } -- cgit v1.0