steren / rtx-on

Drop the box shadow, use ray tracing on your web pages
https://rtx-on.steren.fr
Apache License 2.0
4 stars 0 forks source link

Disable when dark theme is applied #26

Closed steren closed 1 year ago

steren commented 1 year ago

Make it an option.

And then:`

const isDarkMode = window.matchMedia('(prefers-color-scheme: dark)').matches;