mirror of
https://github.com/chansee97/nova-admin.git
synced 2025-04-06 03:57:54 +08:00
fix: quill dark mode
This commit is contained in:
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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user