Add few colors and boxes

This commit is contained in:
2020-11-27 16:57:04 +01:00
parent 7944704b69
commit 848a97510e
7 changed files with 194 additions and 161 deletions

View File

@@ -1,15 +1,17 @@
// var $ = require('jquery');
// window.$ = $;
// require('bootstrap');
//
// Blocks
docReady(function() {
var boxesNames = {
"seealso": "See also",
"definition": "Definition",
"exampl": "Example",
"exercice": "Exercice",
"question": "Question",
"summary": "Summary",
"answer": "Answer",
"hint": "Hint",
"important": "Important",
"caution": "Caution",