pysepal.frontend.styles.get_custom_css#
- pysepal.frontend.styles.get_custom_css()[source]#
Return pysepal’s custom stylesheet for the ipyvuetify / Voila runtime.
Concatenates the shared
base.csswith the Voila-only overrides incustom.css(base first, so the overrides win on equal specificity). The Solara runtime loads the samebase.cssviapysepal.solara.asset_merger.- Return type:
str