Skip to content

Commit

Permalink
feat: change dark bg color
Browse files Browse the repository at this point in the history
  • Loading branch information
rqbazan committed Jul 14, 2024
1 parent a4af9eb commit 948d000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

.dark {
--wording: rgb(255, 255, 255);
--background: rgb(29, 29, 30);
--background: rgb(16, 16, 16);
--muted: rgb(156, 163, 175);
--selection: rgb(255, 167, 60);
}
Expand Down

0 comments on commit 948d000

Please sign in to comment.