starlight-theme-rapide@0.5.0
Minor Changes
-
#23
b4cf090Thanks @HiDeoo! -⚠️ BREAKING CHANGE: The minimum supported version of Starlight is now version0.34.0.Please use the
@astrojs/upgradecommand to upgrade your project:npx @astrojs/upgrade
-
#23
b4cf090Thanks @HiDeoo! - Groups all of the Starlight Rapide theme CSS declarations into a singlerapidecascade layer.This change aligns with the Starlight CSS architecture and allows for easier customization of the Starlight Rapide theme CSS as any custom unlayered CSS will override the default styles. If you are using cascade layers in your custom CSS, you can use the
@layerCSS at-rule to define the order of precedence for different layers including the ones used by Starlight and the Starlight Rapide theme.Make sure to check your site’s appearance when upgrading to make sure there are no style regressions caused by this change.
-
#23
b4cf090Thanks @HiDeoo! - Adds custom styles for clickable anchor links for headings when the Starlightmarkdown.headingLinksconfiguration option is enabled. -
#23
b4cf090Thanks @HiDeoo! - Updates the styling of top-level sidebar links to be more consistent with other sidebar links. -
#23
b4cf090Thanks @HiDeoo! - Removes component overrides for the Starlight<Banner>and<PageTitle>components.Previously, the Starlight Rapide theme included overrides for these components to tweak the appearance of announcement banners displayed at the top of the page. These changes are now entirely CSS-based without any component overrides.