:root {
  /* Change green (success) to blue */
  --success: 220 100% 40%; /* hsl(hue saturation lightness) */

  /* If the site’s “main color” is green via primary/base, flip them too */
  --primary: 220 100% 40%;
  --base: 220 100% 40%;
}