Skip to content

Commit

Permalink
Change background color to red
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwin-ant committed Jan 17, 2025
1 parent 98e6f0e commit e5a0b76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ button:focus-visible {

@layer base {
:root {
--background: 0 0% 100%;
--background: 0 100% 50%;
--foreground: 222.2 84% 4.9%;
--card: 0 0% 100%;
--card-foreground: 222.2 84% 4.9%;
Expand All @@ -99,7 +99,7 @@ button:focus-visible {
--radius: 0.5rem;
}
.dark {
--background: 222.2 84% 4.9%;
--background: 0 100% 30%;
--foreground: 210 40% 98%;
--card: 222.2 84% 4.9%;
--card-foreground: 210 40% 98%;
Expand Down

0 comments on commit e5a0b76

Please sign in to comment.