diff --git a/src/components/html/Editor/Html.vue b/src/components/html/Editor/Html.vue
index b12fa1d6..e7d45945 100644
--- a/src/components/html/Editor/Html.vue
+++ b/src/components/html/Editor/Html.vue
@@ -1,5 +1,5 @@
-
+
()
const $q = useQuasar()
const emit = defineEmits(['update:html'])
+const { readCssVars } = useReadCssVars()
let isInternalChange = false
const processHtml = (html: string) => {
diff --git a/src/components/html/Editor/MarkDown.vue b/src/components/html/Editor/MarkDown.vue
index 11995ba9..5f6d83bf 100644
--- a/src/components/html/Editor/MarkDown.vue
+++ b/src/components/html/Editor/MarkDown.vue
@@ -1,5 +1,5 @@
-
+
()
const $q = useQuasar()
const editorRef = ref()
const emit = defineEmits(['update:html'])
+const { readCssVars } = useReadCssVars()
const mdToolBar: ToolbarNames[] = [
'bold',
diff --git a/src/components/html/HtmlReader.vue b/src/components/html/HtmlReader.vue
index b4e185da..a44040c9 100644
--- a/src/components/html/HtmlReader.vue
+++ b/src/components/html/HtmlReader.vue
@@ -1,5 +1,11 @@
-
+