change hyperlink color: fix #346

This commit is contained in:
Baltazar Gomez 2020-05-07 14:06:21 -05:00 committed by Sean Yesmunt
parent 673a35b103
commit 0fa5ce1035

View file

@ -54,7 +54,12 @@
.form-field--SimpleMDE {
margin-top: var(--spacing-large);
// Override hyperlink styles
.cm-s-easymde .cm-link {
color: inherit;
}
// Overriding the lbry/components form styling
.editor-toolbar {
button:not(.button) {