Created
May 29, 2019 19:51
-
-
Save ericwbailey/49943e240a4e927a2d7df6647c105ee4 to your computer and use it in GitHub Desktop.
#writing #thoughtbot
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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