Skip to content

Commit

Permalink
website(bugfix): fix theme-light card color (#950)
Browse files Browse the repository at this point in the history
* Adding background color

* website(bugfix): fix theme-light card color

---------

Co-authored-by: mkue <[email protected]>
  • Loading branch information
ssandino and mkue authored Nov 23, 2024
1 parent 383c570 commit 4b9c948
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ui/src/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,12 @@
.theme-light {
--background: 212 59% 40%;
--foreground: 20 14.3% 4.1%;

--muted: 222 100% 98%;
--muted-foreground: 0 0% 30%;

--card: 212 59% 40%;
--card-muted: 222 100% 99%;
--card: 0 100% 100%;
--card-muted: 0 0% 97%;
--card-foreground: 206 99% 31%;
--card-foreground-muted: 50 33% 45%;
}
Expand Down Expand Up @@ -104,7 +105,6 @@
.theme-light {
@apply bg-background text-foreground;
}

.theme-blue {
@apply bg-background text-foreground;
}
Expand Down

0 comments on commit 4b9c948

Please sign in to comment.