diff --git a/services/web/frontend/stylesheets/pages/editor/editor-tour-tooltip.scss b/services/web/frontend/stylesheets/pages/editor/editor-tour-tooltip.scss index 91f8801ecc..86a348011c 100644 --- a/services/web/frontend/stylesheets/pages/editor/editor-tour-tooltip.scss +++ b/services/web/frontend/stylesheets/pages/editor/editor-tour-tooltip.scss @@ -7,6 +7,10 @@ --editor-tour-tooltip-link-hover-color: var(--link-ui-hover); --editor-tour-tooltip-link-visited-color: var(--link-ui-visited); + .material-symbols { + color: var(--bs-popover-header-color); + } + a { color: var(--editor-tour-tooltip-link-color);