Skip to content

Commit

Permalink
Fix a few more colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Twixes committed Nov 15, 2023
1 parent 747bf64 commit da6eee9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions frontend/src/styles/vars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@ $colors: (
'bg-light': #fff,
'side': #fafaf9,
'mid': #f2f2f2,
'border': rgba(0, 0, 0, 15%),
'border-light': rgba(0, 0, 0, 8%),
'border-bold': rgba(0, 0, 0, 24%),
'border-active': rgba(0, 0, 0, 36%),
'border': rgb(0 0 0 / 15%),
'border-light': rgb(0 0 0 / 8%),
'border-bold': rgb(0 0 0 / 24%),
'border-active': rgb(0 0 0 / 36%),
'transparent': transparent,
'link': var(--link),
// Colors of the PostHog logo
Expand Down Expand Up @@ -139,7 +139,7 @@ $colors: (
'border-bold-3000-dark': #3f4046,
'glass-bg-3000-dark': #1d1f27b3,
'glass-border-3000-dark': var(--border-3000-dark),
'link-3000-dark': rgb(47, 129, 247),
'link-3000-dark': rgb(47 129 247),
// The derived colors
'text-3000': var(--text-3000),
'muted-3000': var(--muted-3000),
Expand Down

0 comments on commit da6eee9

Please sign in to comment.