Skip to content

Instantly share code, notes, and snippets.

@jancantor
Last active July 24, 2019 19:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jancantor/d8f4de485ca08bb5414e3ab74b339b69 to your computer and use it in GitHub Desktop.
Save jancantor/d8f4de485ca08bb5414e3ab74b339b69 to your computer and use it in GitHub Desktop.
Bootstrap color overrides
// Learn specific color variables
$blue: #00bce1;
$purple: #847cb9;
$green: #75B74F;
$red: #f0584F;
$yellow: #f9c51a;
$orange: #f77304;
// Bootstrap default - no change
$indigo: #6610f2;
$pink: #e83e8c;
$teal: #20c997;
$cyan: #17a2b8;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment