Skip to content

Commit

Permalink
fix: mismatched selection color (open-sauced#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
wasimapinjari authored and dev-phantom committed Aug 1, 2023
1 parent 9b5260d commit 64907c3
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 @@ -14,7 +14,7 @@ class MyDocument extends Document {
rel="stylesheet"
/>
</Head>
<body>
<body className="selection:bg-brandOrange selection:text-darkBG">
<Main />
<NextScript />
</body>
Expand Down

0 comments on commit 64907c3

Please sign in to comment.