From 3a0e895f6d38ab2367e132ee426f980b59d3f4e2 Mon Sep 17 00:00:00 2001 From: Ike Saunders Date: Tue, 10 Oct 2023 09:25:06 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix=20link=20colouring=20in=20as?= =?UTF-8?q?ides?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- site/gdocs/centered-article.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/site/gdocs/centered-article.scss b/site/gdocs/centered-article.scss index ffe9ea1deeb..74b5fda7f33 100644 --- a/site/gdocs/centered-article.scss +++ b/site/gdocs/centered-article.scss @@ -418,6 +418,9 @@ h3.article-block__heading.has-supertitle { .article-block__aside-right figcaption { border-left: 1px solid $blue-20; padding-left: 24px; + a { + @include owid-link-90; + } @include md-down { border: 1px solid $blue-20; @@ -429,6 +432,9 @@ h3.article-block__heading.has-supertitle { border-right: 1px solid $blue-20; padding-right: 24px; text-align: right; + a { + @include owid-link-90; + } // Same as aside-right when in a single-column mobile view @include md-down {