From a00d0e20b3fc3f32e458f1ac2debbc5298c55369 Mon Sep 17 00:00:00 2001 From: Dave Snider Date: Fri, 31 Jan 2014 14:27:23 -0800 Subject: [PATCH] fixed #92 --- sass/_theme_rst.sass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sass/_theme_rst.sass b/sass/_theme_rst.sass index 2430d2f6..74413c5a 100644 --- a/sass/_theme_rst.sass +++ b/sass/_theme_rst.sass @@ -186,6 +186,9 @@ .xref, a & font-weight: bold + // If the literal is inside an a tag, let's color it like a link + a tt + color: $link-color dl margin-bottom: $base-line-height dt