Skip to content

A simple WordPress plugin to add Dark Site Icon (aka: favicon) support

License

Notifications You must be signed in to change notification settings

milbar/enhanced-site-icon

Repository files navigation

MilBar - Enhanced Site Icon

Description

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) {}

Dependencies

Special thank you for they work!