Skip to content

Commit

Permalink
fix: theme colors for mgt-search-results (#3116)
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinbarron committed Mar 4, 2024
1 parent bc8423c commit ae5e343
Showing 1 changed file with 2 additions and 2 deletions.
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 ae5e343

Please sign in to comment.