mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-09-08 03:29:46 +00:00
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 {
|
.form-field--SimpleMDE {
|
||||||
margin-top: var(--spacing-large);
|
margin-top: var(--spacing-large);
|
||||||
|
|
||||||
|
// Override hyperlink styles
|
||||||
|
.cm-s-easymde .cm-link {
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
// Overriding the lbry/components form styling
|
// Overriding the lbry/components form styling
|
||||||
.editor-toolbar {
|
.editor-toolbar {
|
||||||
button:not(.button) {
|
button:not(.button) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue