Skip to content

Instantly share code, notes, and snippets.

@alangrainger
Created July 5, 2020 20:38
Show Gist options
  • Save alangrainger/bc84d5fb6acbf0c2929fcfd9cd4e7dbe to your computer and use it in GitHub Desktop.
Save alangrainger/bc84d5fb6acbf0c2929fcfd9cd4e7dbe to your computer and use it in GitHub Desktop.
DataDog colourblind CSS

Add this custom CSS however you prefer (Stylus is easy), and change the colour value here to whatever you want your success colour to be.

body {
  --ui-status-success: rgb(32, 156, 238) !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment