Skip to content

Instantly share code, notes, and snippets.

@ericwbailey
Created May 29, 2019 19:51
Show Gist options
  • Save ericwbailey/49943e240a4e927a2d7df6647c105ee4 to your computer and use it in GitHub Desktop.
Save ericwbailey/49943e240a4e927a2d7df6647c105ee4 to your computer and use it in GitHub Desktop.
#writing #thoughtbot
$colors: (
brand-primary: #6b9cdd,
brand-secondary: #ffadfa,
brand-tertiary: #fed5d8,
tab (
background: #6b9cdd,
border: #00e2ff,
link: #ffffe7,
link-hover: #ffd5d9,
link-active: #ffadfb,
type: #ffffff,
dark-theme: (
background: #012a27,
)
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment