Skip to content

Commit

Permalink
add warning blockquote style, carpentries/styles#49 (#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsta authored and fmichonneau committed Jul 27, 2020
1 parent 8cf11b5 commit 0bac46a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/css/lesson.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ $color-source: #360084 !default;

// blockquotes
$color-callout: #f4fd9c !default;
$color-caution: #cf000e !default;
$color-challenge: #eec275 !default;
$color-checklist: #dfd2a0 !default;
$color-discussion: #eec275 !default;
Expand Down Expand Up @@ -150,6 +151,7 @@ $codeblock-padding: 5px !default;
}

.callout{ @include bkSetup($color-callout, "\e146"); }
.caution{ @include bkSetup($color-caution, "\e107"); }
.challenge{ @include bkSetup($color-challenge, "\270f"); }
.checklist{ @include bkSetup($color-checklist, "\e067"); }
.discussion{ @include bkSetup($color-discussion, "\e123"); }
Expand Down

0 comments on commit 0bac46a

Please sign in to comment.