.ql-editor {
  outline: solid 1px #e5e5e5;
  padding: 5px 8px;
  font-size: 15px;
}
.ql-editor:focus {
  background: #fafafa;
  outline: solid 1px #c56fd5;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  box-shadow: inset 0 0 0 0.5px #333
}
.ql-toolbar.ql-snow {
  border: 0px;
  padding: 1px;
}
.ql-snow a:hover {
  color: black;
  background-color: transparent;
}
