diff --git a/frontend/src/styles/global.scss b/frontend/src/styles/global.scss index 78cc67f3c46db..6985e6fef725a 100644 --- a/frontend/src/styles/global.scss +++ b/frontend/src/styles/global.scss @@ -571,7 +571,7 @@ body { --glass-bg-3000: var(--bg-light); --glass-border-3000: var(--border); --bg-light: #fff; - --link: var(--link-3000); + --link: var(--primary); &.posthog-3000[theme='light'] { --text-3000: var(--text-3000-light); @@ -588,7 +588,7 @@ body { --glass-bg-3000: var(--glass-bg-3000-light); --glass-border-3000: var(--glass-border-3000-light); --bg-light: #fff; - --link-3000: var(--link-3000-light); + --link: var(--link-3000-light); } &.posthog-3000[theme='dark'] { @@ -607,7 +607,7 @@ body { --glass-border-3000: var(--glass-border-3000-dark); --bg-light: var(--accent-3000); --brand-key: #fff; // In dark mode the black in PostHog's logo is replaced with white for proper contrast - --link-3000: var(--link-3000-dark); + --link: var(--link-3000-dark); } &.posthog-3000 {