Skip to content
This repository has been archived by the owner on Apr 6, 2019. It is now read-only.

Commit

Permalink
Changed link colors to be AAA-compliant
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottwilliams committed Apr 9, 2014
1 parent 1782683 commit 7c47b73
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 8 deletions.
12 changes: 8 additions & 4 deletions app/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ header nav {
margin-bottom: 0.71em;
}
.ListModulesCtrl .incomplete {
color: #999999;
color: #555555;
}
.ListModulesCtrl .pagenum {
color: #999999;
color: #555555;
line-height: 32px;
}
.SearchCtrl .search {
Expand All @@ -55,7 +55,7 @@ header nav {
.SearchCtrl .search .searchbar-icon {
position: absolute;
padding: 0.15em 0.4em;
color: #999999;
color: #555555;
line-height: 1.42em;
}
body {
Expand All @@ -67,13 +67,17 @@ body {
}
footer {
font-size: 0.8em;
color: #999999;
color: #555555;
text-align: center;
margin-top: 3em;
}
.action {
cursor: pointer;
}
a,
a:link {
color: #275c8a;
}
/* app css stylesheet */
.menu {
list-style: none;
Expand Down
4 changes: 2 additions & 2 deletions app/css/listModules.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,700);
.ListModulesCtrl .incomplete {
color: #999999;
color: #555555;
}
.ListModulesCtrl .pagenum {
color: #999999;
color: #555555;
line-height: 32px;
}
2 changes: 1 addition & 1 deletion app/css/search.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
.SearchCtrl .search .searchbar-icon {
position: absolute;
padding: 0.15em 0.4em;
color: #999999;
color: #555555;
line-height: 1.42em;
}
5 changes: 5 additions & 0 deletions app/less/app.less
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ footer {
cursor: pointer;
}

a, a:link {
color: @link;
// text-decoration: underline;
}



/* app css stylesheet */
Expand Down
3 changes: 2 additions & 1 deletion app/less/styleGuide.less
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,700);

@text: #363463;
@deemphasized: #999;
@deemphasized: #555;
@link: hsl(207.8,56.3%,34.6%);

@primaryFont: "Open Sans";
@primaryBoldFont: "Open Sans Bold";
Expand Down

0 comments on commit 7c47b73

Please sign in to comment.