Skip to content

Instantly share code, notes, and snippets.

@chrisgriffith
Created May 1, 2019 20:59
Show Gist options
  • Save chrisgriffith/9f143af80713f3bc07b4e02235f6d94a to your computer and use it in GitHub Desktop.
Save chrisgriffith/9f143af80713f3bc07b4e02235f6d94a to your computer and use it in GitHub Desktop.
:root {
 --mycolor: rebeccapurple;
 --mytextcolor: #fff;
 /** primary **/
 --ion-color-primary: #3880ff;
 --ion-color-primary-rgb: 56, 128, 255;
 --ion-color-primary-contrast: #ffffff;
 --ion-color-primary-contrast-rgb: 255, 255, 255;
 --ion-color-primary-shade: #3171e0;
 --ion-color-primary-tint: #4c8dff;
 ...more...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment