From 83d6fbd37db86e38bf4f06151be587cdcd99e1fc Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Sat, 21 Jun 2014 18:30:17 -0400 Subject: [PATCH] Give anchors styling in the docs. --- static/sass/docs.sass | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/static/sass/docs.sass b/static/sass/docs.sass index ba1fc27..82ef75e 100644 --- a/static/sass/docs.sass +++ b/static/sass/docs.sass @@ -20,6 +20,16 @@ ul li margin-bottom: 2% +a + color: #727070 + font-style: italic + text-decoration: none + + &:hover + @extend .t3 + + color: #575757 + span &.code background-color: $baseColor3 * 1.2