From 682c068009015d6b9cd2fef005236924d7621216 Mon Sep 17 00:00:00 2001 From: Madeleine Shang Date: Fri, 3 Feb 2017 06:34:53 +0000 Subject: [PATCH] moved style tag in commuiy/index.html to _junk-drawer.scss --- community/index.html | 7 ------- src/scss/_junk-drawer.scss | 5 +++++ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/community/index.html b/community/index.html index 7a9359f..1ee011a 100644 --- a/community/index.html +++ b/community/index.html @@ -6,13 +6,6 @@ description: pages.community.description {% include hero/community.html %} - - -
diff --git a/src/scss/_junk-drawer.scss b/src/scss/_junk-drawer.scss index b0a5198..6344863 100755 --- a/src/scss/_junk-drawer.scss +++ b/src/scss/_junk-drawer.scss @@ -439,3 +439,8 @@ a.blog_link { clear:left; font:14px Helvetica,Arial,sans-serif; } + + +.ctabox__image { + background-color: rgba(173,219,255,0.1); + } \ No newline at end of file