Skip to content

Commit

Permalink
change css warningerr tag to alert, carpentries#49
Browse files Browse the repository at this point in the history
  • Loading branch information
jsta committed Jul 23, 2020
1 parent 793dc60 commit 238b8cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/css/lesson.scss
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ $codeblock-padding: 5px !default;
.prereq{ @include bkSetup($color-prereq, "\e124"); }
.solution{ @include bkSetup($color-solution, "\e105"); }
.testimonial{ @include bkSetup($color-testimonial, "\e143"); }
.warningerr{ @include bkSetup($color-warningerr, "\e107"); }
.alert{ @include bkSetup($color-warningerr, "\e107"); }

.callout h3,
.challenge h3,
Expand Down

0 comments on commit 238b8cb

Please sign in to comment.