Created
May 29, 2019 19:54
-
-
Save ericwbailey/96443011d567ae491a37805829b15cd4 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: ( | |
tab ( | |
background: #6b9cdd, | |
border: #00e2ff, | |
link: #ffffe7, | |
link-hover: #ffd5d9, | |
link-active: #ffadfb, | |
type: #ffffff, | |
dark-theme: ( | |
type: #ffffff | |
), | |
inverted: ( | |
type: #ffffff | |
), | |
brand-name: ( | |
background: #e92977, | |
border: #ecc900, | |
type: #ffffef | |
) | |
other-brand-name: ( | |
background: #9e65ed, | |
border: #00ffea, | |
type: #e8fffd | |
) | |
) | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment