A simple WordPress plugin to add Dark Site Icon (aka: favicon), and proper sizes support for your site.
The color of the favicon based on the prefers-color-scheme
media query. Witch is supported by the most modern browsers.
@media (prefers-color-scheme: dark) {}
@media (prefers-color-scheme: light) {}
Special thank you for they work!
- This plugin use Fly Dynamic Image Resizer as dependency. It is installed and/or activated by WP Dependency Installer.
- It's also use a script package called Favicon Switcher