Applied brand color to links in editor

This commit is contained in:
Sanne de Vries 2021-03-04 10:12:25 +01:00
parent 8127dce33d
commit 82f325c4bd

View File

@ -33,6 +33,14 @@
@modifier="action narrow"
/>
{{/if}}
{{#if this.settings.accentColor}}
<style>
.koenig-editor__editor a:not([class]) {
box-shadow: 0 1px 0 #ffffff, 0 2px 0 {{this.settings.accentColor}};
}
</style>
{{/if}}
</GhApp>
<EmberLoadRemover />