@import "quill.snow.css";

div .quill-editor {
	height: 20em;
	background-color: white;
}

/*display ol as bullets when data-list="bullet" is specified*/
ol li[data-list="bullet"] {
    list-style-type: disc;
}

/*dont apply inside quill editor 
(bullets are already applied with use of marker)*/
.ql-editor ol li[data-list="bullet"] {
    list-style-type: none;
}