Skip to content

Commit

Permalink
fix: theme colors for search results
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinbarron committed Mar 1, 2024
1 parent bc8423c commit 02f29e9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ $answer-padding: var(--answer-padding, 10px);
margin: 4px 0;

a {
color: var(--color);
color: $color;
text-decoration: none;

&:hover {
Expand Down Expand Up @@ -105,7 +105,7 @@ $answer-padding: var(--answer-padding, 10px);
margin: 4px 0;

a {
color: var(--color);
color: $color;
text-decoration: none;

&:hover {
Expand Down

0 comments on commit 02f29e9

Please sign in to comment.