diff --git a/source/stylesheets/_global.sass b/source/stylesheets/_global.sass index 481465ff..842e37eb 100644 --- a/source/stylesheets/_global.sass +++ b/source/stylesheets/_global.sass @@ -10,7 +10,7 @@ h1,h2,h3,h4,h5,h6 color: #AAA h1 - color: $orange_dark + color: $main_color_dark color: black font-size: 1.5em line-height: 1.3em @@ -18,7 +18,7 @@ h1 @include droid_sans_bold h2 - color: $orange_light + color: $main_color_light color: black font-size: 1.3em padding: 10px 0 10px 0 @@ -66,7 +66,7 @@ ol .markdown h3 - color: $orange_dark + color: $main_color_dark h4 color: #666 @@ -117,7 +117,7 @@ span font-style: italic a - color: $orange_dark + color: $main_color_dark strong @include droid_sans_bold diff --git a/source/stylesheets/screen.sass b/source/stylesheets/screen.sass index 3d076bae..ed6ca711 100644 --- a/source/stylesheets/screen.sass +++ b/source/stylesheets/screen.sass @@ -1,6 +1,6 @@ // Sass doesn't really like variables to be in a partial, so they're here.. -$orange_light: #FFA014 -$orange_dark: #FF5401 +$main_color_light: #89BF04 +$main_color_dark: #547F00 $http_get_color: #0F6AB4 $http_post_color: #10A54A $http_put_color: #C5862B @@ -48,12 +48,12 @@ body text-decoration: none font-weight: bold padding: 8px 8px - font-size: 1em + font-size: .9em color: white - background-color: $orange_light + background-color: $main_color_light @include border-radius(4px) &:hover - background-color: $orange_dark + background-color: $main_color_dark ul#resources font-family: "Droid Sans", sans-serif