//! CSS loader. Reads the embedded default stylesheet at startup
//! and installs it on the default `gdk::Display` so every GTK
//! widget in the daemon picks it up. Hot reload comes from
//! `nwg_common::config::css` watching the user override path.
use css;
/// Embedded notification CSS, loaded at compile time.
const NOTIFICATION_CSS: &str = include_str!;
/// Loads the notification CSS styling.
pub