Skip to content

Commit

Permalink
chore: temporarily change unset colouring
Browse files Browse the repository at this point in the history
  • Loading branch information
insertish committed Jun 5, 2024
1 parent ecdebf5 commit 3635b6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/client/components/ui/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ export function ApplyGlobalStyles() {
document.body.style.setProperty("--emoji-size", theme.layout.emoji.small);

// Unset variables
document.body.style.setProperty("--unset-fg", "red");
document.body.style.setProperty("--unset-fg", "black");
// document.body.style.setProperty("--unset-fg", "red");
document.body.style.setProperty(
"--unset-bg",
"repeating-conic-gradient(red 0% 25%, transparent 0% 50%) 50% / 5px 5px"
Expand Down

0 comments on commit 3635b6d

Please sign in to comment.