Skip to content

Commit

Permalink
Adding contrast to links in notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cara-Jo committed Feb 2, 2016
1 parent 02a6993 commit 78429ae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions themes/style/datastax.less
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,11 @@ h5 {.font-size(2.6); .line-height(3.5);}
&:before {color: @white;}
}
p {.font-size(3.5); .line-height(4.5); margin-bottom: 1.8rem;}
a {
&:link, &:hover, &:active, &:visited {
color: @white;
}
}
}

// Blocks for notes, tips and warnings
Expand Down

0 comments on commit 78429ae

Please sign in to comment.