diff --git a/frontend/src/utils/tooltips/tooltips.scss b/frontend/src/utils/tooltips/tooltips.scss index 5e745bc5b..a19074aee 100644 --- a/frontend/src/utils/tooltips/tooltips.scss +++ b/frontend/src/utils/tooltips/tooltips.scss @@ -86,3 +86,10 @@ } } } + + +/* fix font color when used in tableheaders */ +th .tooltip__content { + color: var(--color-font); + font-weight: normal; +}