From 19ba5483aed02f4efb213e08e5712c898b82a983 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Wed, 2 Jan 2019 18:57:59 +0100 Subject: Give code blocks in links color of links (because links are not underlined, otherwise these links are invisible) --- resources/sass/style.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'resources/sass') diff --git a/resources/sass/style.scss b/resources/sass/style.scss index 94045c4..6b222f6 100644 --- a/resources/sass/style.scss +++ b/resources/sass/style.scss @@ -31,6 +31,10 @@ hr { margin: 0; } +a code { + color: inherit; +} + table { &.main_table { > tbody > tr > td:first-child { -- cgit v1.2.3