diff --git a/web/styles/colors.scss b/web/styles/colors.scss index 779974d9..369cedb3 100644 --- a/web/styles/colors.scss +++ b/web/styles/colors.scss @@ -308,7 +308,7 @@ tbody tr:nth-of-type(even) { } .sb-directive-mark { - color: var(--editor-directive-color); + color: var(--editor-directive-mark-color); font-weight: bold; }