Skip to content

Commit

Permalink
🐛 fix link colouring in asides
Browse files Browse the repository at this point in the history
  • Loading branch information
ikesau committed Oct 10, 2023
1 parent 1a63add commit 3a0e895
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions site/gdocs/centered-article.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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 {
Expand Down

0 comments on commit 3a0e895

Please sign in to comment.