From 34c1ceb80828d7411be05887e694209d4ed4beed Mon Sep 17 00:00:00 2001 From: soufiane Date: Fri, 13 Mar 2026 16:34:05 +0100 Subject: [PATCH] wait #8056 @0:30 --- js/quiz.screens.js | 2 +- style/003-reset.sass | 3 +++ style/109-modal-more-info.sass | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/js/quiz.screens.js b/js/quiz.screens.js index 32f1079..6ff02da 100644 --- a/js/quiz.screens.js +++ b/js/quiz.screens.js @@ -269,7 +269,7 @@ QuizScreens.prototype = { const el = this.getActiveScreen().find(".explaination") let explaination = this.quiz.question.current().explaination el.toggleClass("active") - el.find(".explaination-text").text(explaination) + el.find(".explaination-text").html(explaination) }, getActiveScreen() { diff --git a/style/003-reset.sass b/style/003-reset.sass index 7786d0c..c3af23c 100644 --- a/style/003-reset.sass +++ b/style/003-reset.sass @@ -23,6 +23,9 @@ time, mark, audio, video, main vertical-align: baseline box-sizing: border-box +b + font-weight: bold + /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, diff --git a/style/109-modal-more-info.sass b/style/109-modal-more-info.sass index c02a224..b7140c4 100644 --- a/style/109-modal-more-info.sass +++ b/style/109-modal-more-info.sass @@ -33,6 +33,7 @@ z-index: 3 opacity: 0 transition: all .6s + overflow-y: auto h2 +font-size(24) margin-bottom: 12px -- 2.39.5