Skip to content

Commit

Permalink
fix: mismatched selection color (#1430)
Browse files Browse the repository at this point in the history
  • Loading branch information
wasimapinjari committed Jul 26, 2023
1 parent 5faaa4e commit 8a1d37b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default function Document() {
return (
<Html>
<Head />
<body className="!font-semibold">
<body className="!font-semibold selection:bg-light-orange-8 selection:text-light-slate-12">
<Main />
<NextScript />
</body>
Expand Down

0 comments on commit 8a1d37b

Please sign in to comment.