diff options
author | Ben Burwell <bburwell1@gmail.com> | 2014-11-14 11:22:48 -0500 |
---|---|---|
committer | Ben Burwell <bburwell1@gmail.com> | 2014-11-14 11:22:48 -0500 |
commit | 53109fa5e1404c0f5cd4328135f5b5fd7c88b555 (patch) | |
tree | a1e896c3215464da7e76678ce9c71a4e1789934a /_sass/global.scss | |
parent | 1a17df7a5780bfceaf5fb143e847b71c6368e706 (diff) |
Further optimizations
Diffstat (limited to '_sass/global.scss')
-rw-r--r-- | _sass/global.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/_sass/global.scss b/_sass/global.scss index bd17161..9da4a39 100644 --- a/_sass/global.scss +++ b/_sass/global.scss @@ -15,6 +15,12 @@ $blue: #268bd2; $cyan: #2aa198; $green: #859900; +$googleplus-color: #DD4B39; +$facebook-color: #3b5998; +$twitter-color: #55ACEE; +$tumblr-color: rgb(44, 71, 98); +$pinterest-color: #CB2027; + $sans: 'open_sans', sans-serif; $serif: 'crimson_text', serif; $monospace: 'source_code_pro', monospace; |