aboutsummaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authorMartin Wright <martin@mynameismartin.com>2015-08-17 16:54:37 +0100
committerMartin Wright <martin@mynameismartin.com>2015-08-17 16:59:29 +0100
commit342b00886824ec5111097a635c4b3494a8ab6186 (patch)
tree5be609055150a020b30ad66b0efa502e0901b865 /assets
parent0a9b419a3327c14ae5cdd4483cf29c88bab774e5 (diff)
Colours for global elements
Diffstat (limited to 'assets')
-rw-r--r--assets/stylesheets/responsive/custom.scss33
1 files changed, 16 insertions, 17 deletions
diff --git a/assets/stylesheets/responsive/custom.scss b/assets/stylesheets/responsive/custom.scss
index bf3d48a..48e926f 100644
--- a/assets/stylesheets/responsive/custom.scss
+++ b/assets/stylesheets/responsive/custom.scss
@@ -31,15 +31,14 @@ $color_light_grey: #CCCCCC;
$color_lighter_grey: #D3D3D3;
$color_mid_cold_grey: #9AA6AB;
-$body-bg: $color_sand;
+$body-bg: $color_neutral_light;
$locale-bg: $color_black;
$locale-color: $color_mid_grey;
$locale-hover-color: $color_white;
-$body-font-color: $color_black;
-$link-color: $color-blue;
-$heading-color: $color_black-alt;
+$body-font-color: $color_neutral_dark;
+$link-color: $color_primary;
$font-family: "Roboto Slab", Georgia, serif;
$sans-serif-font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
$form_input-bg: $color_white;
@@ -138,13 +137,16 @@ body{
font-family: $font-family;
}
-a{
- color: $link-color;
-}
-
-h1, h2, h3, h4, h5, h6 {
- color: $heading-color;
- font-family: $font-family;
+a {
+ &:link,
+ &:visited {
+ color: $link-color;
+ }
+ &:hover,
+ &:active,
+ &:focus {
+ color: darken($link-color, 10%);
+ }
}
/* Let h1s be a little smaller on small screens */
@@ -512,16 +514,14 @@ a.link_button_green_large {
.locale-list.active .locale-list-trigger {
border-color: transparent;
+ @include respond-min($main_menu-mobile_menu_cutoff) {
+ border-color: $color_neutral_dark;
+ }
}
#banner {
- /* locale border */
- @include respond-min( $main_menu-mobile_menu_cutoff ){
- border-top: 4px solid $locale-bg;
- }
-
/* Hide the greeting on smaller devices */
.greeting {
display: none;
@@ -712,7 +712,6 @@ a.link_to_this {
/* Help pages */
dt {
- color: $heading-color;
font-weight: 700;
@include respond-min( $main_menu-mobile_menu_cutoff ){
font-size: 2em;