Skip to content

Instantly share code, notes, and snippets.

@ericwbailey
Created May 29, 2019 19:54
Show Gist options
  • Save ericwbailey/96443011d567ae491a37805829b15cd4 to your computer and use it in GitHub Desktop.
Save ericwbailey/96443011d567ae491a37805829b15cd4 to your computer and use it in GitHub Desktop.
#writing #thoughtbot
$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