Skip to content

css: Fix a copy-paste error

Alice Mikhaylenko requested to merge wip/exalm/css-fix into master

themecolor($color) is wrong anre results in stuff like @#123456. It's supposed to only accept strings. If we already have a color, there's no need for any conversion.

Merge request reports