blenderskool / untab

🔍 A productivity tool to boost your browser workflow!
https://getuntab.now.sh
MIT License
347 stars 27 forks source link

Dark mode support #10

Closed asharonbaltazar closed 4 years ago

asharonbaltazar commented 4 years ago

Addresses issue #9; dark mode fully implemented. Right now, the functionality is enabled by @media (prefers-color-scheme: dark) in the svelte styles across App, Input, Results, & Result.

Colors will probably need some adjusting.