Skip to content

Commit

Permalink
css vars
Browse files Browse the repository at this point in the history
  • Loading branch information
avo committed Nov 3, 2024
1 parent d7eb13f commit 69e181b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/styles/Element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ export const elementStyle = css`
#root {
background-image: linear-gradient(
45deg,
var(--av-color-primary),
var(--av-color-primary),
var(--av-color-primary),
var(--av-color-primary-active)
var(--av-color-primary-bg),
var(--av-color-primary-bg),
var(--av-color-primary-bg),
var(--av-color-primary-bg-active)
);
}
Expand Down

0 comments on commit 69e181b

Please sign in to comment.