Help for web.nav.get_selected_style

Sample CLI

gway web.nav get-selected-style

Full Code

def get_selected_style():
    """
    (Deprecated for site-wide theme—use get_style instead.)
    Returns the CSS <link> href for the selected style for this user/session.
    """
    return get_style()