From 442f0a3133933a7b40013595a54f32eccf8041a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=9D=E3=83=BC=E3=83=AB=20=E3=82=A6=E3=82=A7=E3=83=83?= =?UTF-8?q?=E3=83=96?= Date: Tue, 16 Oct 2018 11:02:23 -0500 Subject: [PATCH] Fixed display of links in tables --- app/sass/init/_markdown.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/sass/init/_markdown.scss b/app/sass/init/_markdown.scss index 4848eed..4a2ea35 100644 --- a/app/sass/init/_markdown.scss +++ b/app/sass/init/_markdown.scss @@ -266,6 +266,10 @@ tr:nth-of-type(even) { background-color: $lbry-gray-1; + + a:not(.__button-black):not(.button) { // "dirty" override but necessary + @include underline($lbry-teal-3, $lbry-gray-1); + } } th,