Skip to content

Commit

Permalink
Correct default style
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Oct 9, 2023
1 parent 1dec259 commit 29c52dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/styles/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand All @@ -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'] {
Expand All @@ -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 {
Expand Down

0 comments on commit 29c52dd

Please sign in to comment.