/// The dark theme name used by euv-ui theme hooks.
pub const THEME_DARK: &str = "dark";
/// Selector of the scrollable sidebar container (the desktop nav column and
/// the mobile drawer both use `c_nav_items_scroll`).
pub const SIDEBAR_SCROLL_SELECTOR: &str = ".c_nav_items_scroll";
/// Selector matching the active sidebar entry (leaf link or group title).
pub const SIDEBAR_ACTIVE_SELECTOR: &str =
".c_euv_sidebar_link_active, .c_euv_sidebar_group_title_active";