Skip to content

Commit

Permalink
fix colour
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanJField committed Nov 1, 2023
1 parent 0c30ff7 commit a1666b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/_custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
}

a{
color: $body-font-color
color: var(--body-font-color);
}
}

Expand Down Expand Up @@ -195,6 +195,7 @@ html.search-active {
border-bottom: 0;
border-left: 0;
border-radius: 0;
color: var(--body-font-color);

@include mq(md) {
padding-top: $gutter-spacing-sm;
Expand Down

0 comments on commit a1666b7

Please sign in to comment.