Merge pull request #4354 from agustinariq/3832-WYSIWYG-highlight-links

#3832 - Added color to links in WYSIWYG editor
This commit is contained in:
Pau Pérez Fabregat
2019-10-31 11:44:11 +01:00
committed by GitHub

View File

@@ -255,6 +255,9 @@ text-angular {
background-color: #4583bf;
}
}
a {
color: $spree-green
}
}
span.required {