Skip to content

Commit

Permalink
fix stray warningerr, #49
Browse files Browse the repository at this point in the history
  • Loading branch information
jsta committed Jul 23, 2020
1 parent 238b8cb commit ad3ecf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/css/lesson.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ $color-objectives: #daee84 !default;
$color-prereq: #9cd6dc !default;
$color-solution: #ded4b9 !default;
$color-testimonial: #fc8dc1 !default;
$color-warningerr: #cf000e !default;
$color-alert: #cf000e !default;

//----------------------------------------
// Specialized code blocks.
Expand Down 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"); }
.alert{ @include bkSetup($color-warningerr, "\e107"); }
.alert{ @include bkSetup($color-alert, "\e107"); }

.callout h3,
.challenge h3,
Expand Down

0 comments on commit ad3ecf5

Please sign in to comment.