Skip to content

Commit

Permalink
tweaking link colours
Browse files Browse the repository at this point in the history
  • Loading branch information
ed-lea committed Jul 16, 2013
1 parent 0e838f5 commit 63e3f00
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions support/examples.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ a{
}
.header{
padding:0;
background-color: #FFF;
background-color: #272D35;
}
.header h1{
font-size: 14px;
Expand All @@ -25,9 +25,15 @@ a{
margin:0;
padding:10px;
}
.header h1 a{
color:#41505A;
}
.header h1 a:hover{
color:#09F;
}
.header nav{
background-color:rgb(65, 68, 75);
padding:40px 10px;
padding:40px;
border-bottom:1px solid #CCC;
margin-bottom:0px;
}
Expand All @@ -51,6 +57,10 @@ a.return{
padding:12px 10px 10px 10px;
float:right;
text-transform: uppercase;
color:#41505A;
}
a.return:hover{
color:#09F;
}
.footnote{
color:#999;
Expand Down

0 comments on commit 63e3f00

Please sign in to comment.