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
+3
View File
@@ -10,14 +10,17 @@ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len
// 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",
+1 -1
View File
File diff suppressed because one or more lines are too long