From 78429aec33bf3defd53e2fa4434bda527b77ad68 Mon Sep 17 00:00:00 2001 From: Cara Jo Date: Tue, 2 Feb 2016 12:47:53 -0700 Subject: [PATCH] Adding contrast to links in notes. --- themes/style/datastax.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/themes/style/datastax.less b/themes/style/datastax.less index 7b698f6b..6436a850 100644 --- a/themes/style/datastax.less +++ b/themes/style/datastax.less @@ -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