change hyperlink color: fix #346
This commit is contained in:
parent
673a35b103
commit
0fa5ce1035
1 changed files with 6 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue