Skip to content

Commit

Permalink
docs: update theme
Browse files Browse the repository at this point in the history
  • Loading branch information
malangcat committed Nov 27, 2024
1 parent 7568720 commit bbaf188
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions docs/app/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,54 @@
:root {
--design-color: 250 80% 54%;
--react-color: 220deg 91% 54%;

--background: 0 0% 100%;
--foreground: 222.2 47.4% 11.2%;
--muted: 210 40% 96.1%;
--muted-foreground: 215.4 16.3% 46.9%;
--card: 0 0% 100%;
--card-foreground: 222.2 47.4% 11.2%;
--popover: 0 0% 100%;
--popover-foreground: 222.2 47.4% 11.2%;
--border: 214.3 31.8% 91.4%;
--input: 214.3 31.8% 91.4%;
--primary: 222.2 47.4% 11.2%;
--primary-foreground: 210 40% 98%;
--secondary: 210 40% 96.1%;
--secondary-foreground: 222.2 47.4% 11.2%;
--accent: 210 40% 96.1%;
--accent-foreground: 222.2 47.4% 11.2%;
--destructive: 0 100% 50%;
--destructive-foreground: 210 40% 98%;
--ring: 215 20.2% 65.1%;
}

#nd-sidebar {
--muted-foreground: 0 0% 30%;
}

.dark {
--design-color: 250 100% 80%;
--react-color: 217deg 92% 76%;

--background: 0 0% 8.9%;
--foreground: 0 0% 92%;
--muted: 0 0% 12.9%;
--muted-foreground: 0 0% 60.9%;
--popover: 0 0% 9.8%;
--popover-foreground: 0 0% 88%;
--card: 0 0% 10%;
--card-foreground: 0 0% 98%;
--border: 0 0% 18%;
--primary: 0 0% 98%;
--primary-foreground: 0 0% 9%;
--secondary: 0 0% 12.9%;
--secondary-foreground: 0 0% 98%;
--accent: 0 0% 16.9%;
--accent-foreground: 0 0% 90%;
--ring: 0 0% 14.9%;
}

.dark #nd-sidebar {
--muted: 0deg 0% 16%;
}

0 comments on commit bbaf188

Please sign in to comment.