Add missing quill-dark.css stylesheet
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
parent
f4b3104a1b
commit
f9357faa92
28
frontend/src/styles/quill-dark.css
Normal file
28
frontend/src/styles/quill-dark.css
Normal 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;
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user