fix: quill dark mode

This commit is contained in:
Ray-D-Song 2024-09-26 16:40:23 +08:00
parent 367406258c
commit 38f7c2be3c

@ -105,3 +105,14 @@ onBeforeUnmount(() => editorInst = null)
<template>
<div ref="editorRef" />
</template>
<style>
html.dark .ql-editor,
html.dark .ql-toolbar .ql-picker,
html.dark .ql-toolbar .ql-stroke,
html.dark .ql-toolbar .ql-fill {
color: #FFFFFFD1;
stroke: #FFFFFFD1;
fill: #FFFFFFD1;
}
</style>