blockquote {
	font-style: unset !important;
}

/* blockquote in edit mode */
/* more redable and easier to distinguish from rest of text */
.cm-quote{
  color: var(--more-contrast-muted) !important;
  opacity: 0.9;
  font-style: unset !important;
/*This dictates the blockquote background color of the words */  
  background-color: rgba(67,156,10, 0.2);
}
.cm-formatting.cm-formatting-quote{
  font-weight: 600;
  font-style: unset;
  background-color: unset;
}