From: Michael Tremer Date: Thu, 23 May 2019 11:04:59 +0000 (+0100) Subject: CSS: Do not style external links differently X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8125eb3c38b5e65f6587fce5875219ee72d2ab2a;p=ipfire.org.git CSS: Do not style external links differently Signed-off-by: Michael Tremer --- diff --git a/src/scss/style.scss b/src/scss/style.scss index 23116f4a..c0280318 100644 --- a/src/scss/style.scss +++ b/src/scss/style.scss @@ -296,10 +296,6 @@ section { @extend .table-sm; @extend .table-striped; } - - .link-external { - @extend .text-secondary; - } } hr.divider {