Hue the Navbar with notification banner #17
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "hue-navbar-on-notification"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Whenever there is a notification banner that appears, the navbar will take that banner hue as background color, using the same animation (
transition
) as the notification banner.Only works with
--success
and--error
notifications.Only works with browser supporting
:has()
pseudo-class (Not Firefox yet)