/**
 * Custom Style Sheet to work around UI-Library CSS being injected
 * into the Rich Text Editor Edit and View mode
*/

/* Sets Default Rich Text View Text Color */
div.ql-editor {
    color: #000000;
}

/* Sets Default Rich Text View Link Color */
.ql-editor a, .ql-editor a:hover {
    color: #06e;
}

/* For Bold Text Not Showing Proper Font*/
.ql-editor strong {
    font-family: inherit;
}

/* Sets Default Rich Text Edit Link Color */
.ql-snow a:hover {
    color: #06c;
}
