@@ -536,7 +536,7 @@ exports[`Question renders exercise uid 1`] = `
exports[`Question renders formats 1`] = `
@@ -652,7 +652,7 @@ exports[`Question renders formats 1`] = `
exports[`Question renders solutions 1`] = `
diff --git a/src/theme.ts b/src/theme.ts
index 5231ec61..bd010171 100644
--- a/src/theme.ts
+++ b/src/theme.ts
@@ -160,7 +160,7 @@ export const mixins = {
.answer-letter-wrapper::before {
color: ${invertBubble ? '#fff' : color};
border-color: ${color};
- ${invertBubble ? `background-color: ${color};` : null}
+ ${invertBubble ? `background-color: ${color} !important;` : null}
}
`,
answerChecked: () => mixins.answerColor(colors.answer.checked, true),