From 0fa5ce1035a614f9bfe6e3191f862cafa2f6d861 Mon Sep 17 00:00:00 2001 From: Baltazar Gomez Date: Thu, 7 May 2020 14:06:21 -0500 Subject: [PATCH] change hyperlink color: fix #346 --- ui/scss/component/_markdown-editor.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ui/scss/component/_markdown-editor.scss b/ui/scss/component/_markdown-editor.scss index 95ffed6d2..66d4bb029 100644 --- a/ui/scss/component/_markdown-editor.scss +++ b/ui/scss/component/_markdown-editor.scss @@ -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) {