Skip to content

Commit

Permalink
color changes to improve a11y and pass validation
Browse files Browse the repository at this point in the history
  • Loading branch information
polyester committed Feb 12, 2014
1 parent 4526f9e commit 3db2b18
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions less/barceloneta.less
Expand Up @@ -8,7 +8,7 @@


/*
* Toolbar styles
* Toolbar styles
* --------------------------------------------------
*/
body {
Expand Down Expand Up @@ -187,9 +187,20 @@ body {

// Footer
@footer-bg: #2e3133;
@footer-text-main: #777e83;
@footer-text-main: #929BA1;
@sep-line: @footer-text-main;

// accessibility overrides
@validgrey: #767676; //lightest gray that'll validate
@brand-primary: #007BB3;
@link-darkbg: #16a1e3;
@input-color-placeholder: @validgrey;
@input-border: @validgrey;
@input-bg-disabled: @validgrey;




/*
* Toolbar styles
* --------------------------------------------------
Expand Down Expand Up @@ -314,7 +325,7 @@ body.userrole-authenticated {
/* Global nav wrapper */

#globalnav-wrapper {
background: rgb(52,131,190,1);
background: rgb(0,123,179,1);
box-shadow: 0px 5px 5px #aaa;
z-index: 50;
position: relative;
Expand Down Expand Up @@ -420,6 +431,9 @@ footer {
p {
border-bottom: 1px solid @sep-line;
padding-bottom: 28px;
};
a {
color: @link-darkbg;
}
}
#portal-footer {
Expand Down

0 comments on commit 3db2b18

Please sign in to comment.