Skip to content

Commit

Permalink
Fix dark mode for reply comment
Browse files Browse the repository at this point in the history
  • Loading branch information
int-y1 authored and quantum5 committed Dec 29, 2024
1 parent 22e519a commit 027cb52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion martor/static/martor/js/martor.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
var editorConfig = JSON.parse(textareaId.data('enable-configs').replace(/'/g, '"'));

if (darkMode) {
mainMartor.find('.ui').toggleClass('inverted');
mainMartor.find('.ui').addClass('inverted');
}

editor.setTheme('ace/theme/' + ace_theme);
Expand Down

0 comments on commit 027cb52

Please sign in to comment.