vercel / react-tweet

Embed tweets in your React application.
https://react-tweet.vercel.app
MIT License
1.61k stars 86 forks source link

Improve theming #36

Closed lfades closed 1 year ago

lfades commented 1 year ago
.my-class :global(.next-tweet-theme) {
  --tweet-font-color: black;
}

Previously prefers-color-scheme was taking a higher priority over the custom rewrites like the one above.