lydell / LinkHints

A browser extension that lets you click with your keyboard.
https://lydell.github.io/LinkHints
MIT License
152 stars 8 forks source link

Add support for dark mode #95

Open taupiqueur opened 3 months ago

lydell commented 3 months ago

Hi! What do you mean by “add support for dark mode”?

taupiqueur commented 3 months ago

Hi @lydell!

I meant to provide users with a dark mode on Link Hints’ pages and use the prefers-color-scheme CSS media feature to decide the mode.

lydell commented 3 months ago

Thanks! And by “Link Hints’ pages” you mean https://lydell.github.io/LinkHints/ ? Or the Options page? Or both?

taupiqueur commented 3 months ago

Both 😅 including the popup page.

lydell commented 2 months ago

This feels like a good place for people to contribute. You don’t need to know super much about extension development, mostly CSS.