diff --git a/dist/script.js b/dist/script.js index fe2d870..527f2ae 100644 --- a/dist/script.js +++ b/dist/script.js @@ -16,6 +16,7 @@ docReady(function () { "exercice": "Exercice", "question": "Question", "summary": "Summary", + "note": "Note", "answer": "Answer", "hint": "Hint", "important": "Important", diff --git a/js/script.js b/js/script.js index d724f3f..c5fb448 100644 --- a/js/script.js +++ b/js/script.js @@ -7,6 +7,7 @@ docReady(function() { "exercice": "Exercice", "question": "Question", "summary": "Summary", + "note": "Note", "answer": "Answer", "hint": "Hint", "important": "Important", diff --git a/scss/partials/_boxes.scss b/scss/partials/_boxes.scss index 6eb2ad4..f0be259 100644 --- a/scss/partials/_boxes.scss +++ b/scss/partials/_boxes.scss @@ -6,6 +6,7 @@ $types: ( exercice: (color: $pale-yellow, title-color: $yellow, icon: "\f040"), answer: (color: $pale-turq, title-color: $turq, icon: "\f00c"), summary: (color: $pale-blue, title-color: $blue, icon: "\f02e"), + note: (color: $pale-blue, title-color: $blue, icon: "\f249"), hint: (color: $pale-grey, title-color: $grey, icon: "\f05a"), important: (color: $pale-red, title-color: $red, icon: "\f005"), caution: (color: $pale-orange, title-color: $orange, icon: "\f071"),