Skip to content

Commit

Permalink
haxtheweb/issues#2204 darkmode fix
Browse files Browse the repository at this point in the history
  • Loading branch information
btopro committed Dec 16, 2024
1 parent fd7afc8 commit 6f7b39f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion elements/multiple-choice/lib/QuestionElement.js
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,10 @@ export class QuestionElement extends SchemaBehaviors(
border: 2px dashed #999999;
box-sizing: border-box;
padding: 16px;
background-color: #f5f5f5;
background-color: light-dark(
var(--ddd-theme-default-limestoneMaxLight),
var(--ddd-theme-default-potentialMidnight)
);
}
:host([edit]) .edit-wrapper::before {
content: "Feedback edit mode";
Expand Down

0 comments on commit 6f7b39f

Please sign in to comment.