Add missing quill-dark.css stylesheet
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
dvirlabs 2026-03-24 12:55:14 +02:00
parent f4b3104a1b
commit f9357faa92

View File

@ -0,0 +1,28 @@
.ql-container {
background-color: #1e1e1e !important;
color: white !important;
border: 1px solid #444 !important;
border-radius: 6px;
}
.ql-editor {
min-height: 100px;
color: white !important;
font-size: 14px;
font-family: sans-serif;
}
.ql-toolbar {
background-color: #2c2c2c !important;
border: 1px solid #444 !important;
border-radius: 6px 6px 0 0;
}
.ql-toolbar .ql-picker,
.ql-toolbar .ql-picker-label,
.ql-toolbar .ql-stroke,
.ql-toolbar .ql-fill {
color: white !important;
stroke: white !important;
fill: white !important;
}