Skip to content

Commit

Permalink
fix: fix rendering of certain admonition svg colors
Browse files Browse the repository at this point in the history
  • Loading branch information
claymcleod committed Dec 28, 2020
1 parent 15cc930 commit bcd1324
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/admonitions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
@apply bg-teal-400;
@apply bg-opacity-25;

.admonition-info > svg {
.admonition-icon > svg {
@apply text-teal-600;
@apply fill-current;
}
Expand All @@ -93,7 +93,7 @@
@apply bg-green-400;
@apply bg-opacity-25;

.admonition-info > svg {
.admonition-icon > svg {
@apply text-green-600;
@apply fill-current;
}
Expand Down

0 comments on commit bcd1324

Please sign in to comment.