From 27e41345cf0bc3e7a29007985129f10da4381adb Mon Sep 17 00:00:00 2001 From: Lyle Scott Date: Tue, 6 Oct 2015 17:12:02 -0700 Subject: [PATCH] add variables for colors, small HTML modifications --- public/index.html | 34 +++++++++++++++++----------------- sass/utils/_variables.scss | 6 ++++++ 2 files changed, 23 insertions(+), 17 deletions(-) diff --git a/public/index.html b/public/index.html index b45018c..cc922b0 100644 --- a/public/index.html +++ b/public/index.html @@ -12,13 +12,13 @@

intelly

@@ -31,8 +31,8 @@

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque aliquam, li
    -
  • HOME
  • -
  • BLOG
  • +
  • Home
  • +
  • Blog
- READ MORE + Read More
@@ -67,8 +67,8 @@

Serene in their assurance of their empire over matter

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque aliquam, ligula ut lacinia sollicitudin, orci ex mollis ante, eget fringilla tellus nisi non justo. Aenean egestas sollicitudin magna, vitae tincidunt risus gravida blandit. Proin ultricies elit sapien, commodo efficitur tortor fermentum at.

- contact - learn more + Contact + Learn More
@@ -86,11 +86,11 @@

Serene in their assurance of their empire over matter

icon three
- copyright - TERMS OF USE - PRIVACY POLICY - CONTACT - SUPPORT + © 2014 Intelly, LLC + Terms of Use + Privacy Policy + Contact + Support diff --git a/sass/utils/_variables.scss b/sass/utils/_variables.scss index 5e8f241..503576d 100644 --- a/sass/utils/_variables.scss +++ b/sass/utils/_variables.scss @@ -5,3 +5,9 @@ $icons: (linkedin2 "\e603") (pinterest "\e604") (pinterest2 "\e605"); + +$color-background: #ffffff; // white +$color-high-contrast: #1e1d24; // off black +$color-low-contrast: #b4b3b5; // light grey +$color-highlight: #97f1e7; // aqua +$color-highlight-contrast: #5a8785 // dark grey