Skip to content

Commit

Permalink
refactor: remove unused colors and update selection styles
Browse files Browse the repository at this point in the history
Co-Authored-By: Benjamin Bolte <[email protected]>
  • Loading branch information
devin-ai-integration[bot] and codekansas committed Dec 12, 2024
1 parent df341d2 commit f3b64f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
}

*::selection {
@apply bg-accent-blood-orange text-off-white;
@apply bg-accent-blood-orange text-background;
}
}

Expand Down
2 changes: 0 additions & 2 deletions tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ const config: Config = {
DEFAULT: "#120e15",
dark: "#ffffff",
},
"off-white": "#ffffff",
"off-black": "#120e15",
"accent-blood-orange": "#fa4300",
},
fontFamily: {
Expand Down

0 comments on commit f3b64f0

Please sign in to comment.