Skip to content

Commit

Permalink
don't multicolor
Browse files Browse the repository at this point in the history
  • Loading branch information
sphinxrave committed Oct 25, 2024
1 parent 922d26b commit 9760fec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ body {
--primary-fg: var(--primary-1);
--secondary-fg: var(--secondary-1);
}

/* (fancy circle background)
body.dark {
background:
radial-gradient(
Expand Down Expand Up @@ -72,7 +72,7 @@ body {
transparent 50%
),
var(--base-1);
}
} */

body.hc-secondary {
--secondary-fg: var(--base-1)
Expand Down

0 comments on commit 9760fec

Please sign in to comment.