Skip to content

Commit

Permalink
updated the default theme
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirKakavand committed Aug 2, 2024
1 parent e630536 commit 38756d3
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,10 @@
font-style: normal;
}

:root {
--background-color: #FFFFFF;
--text-color: #000000; /* Light mode text */
}

@media (prefers-color-scheme: dark) {
:root {
--background-color: #231F20; /* Dark mode background */
--text-color: #F9F4DA; /* Dark mode text */
}
}

body {
/* color: rgb(var(--foreground-rgb)); */
background-color: var(--background-color);
background-color: #231F20;
text-shadow:
-1px -1px 0 #000,
1px -1px 0 #000,
Expand Down

0 comments on commit 38756d3

Please sign in to comment.