Fixed Koenig link underlines

- replaced box shadow styling with native text-decoration for links in Koenig for better consistency with themes
This commit is contained in:
Peter Zimon 2021-03-09 16:10:27 +01:00
parent e4ba518597
commit 7f1eef014b
2 changed files with 2 additions and 3 deletions

View File

@ -450,8 +450,7 @@
.koenig-editor__editor a:not([class]) {
color: var(--darkgrey-d2);
text-decoration: none;
box-shadow: 0 1px 0 var(--white), 0 2px 0 var(--blue);
text-decoration: underline;
}

View File

@ -37,7 +37,7 @@
{{#if this.settings.accentColor}}
<style>
.koenig-editor__editor a:not([class]) {
box-shadow: 0 1px 0 #ffffff, 0 2px 0 {{this.settings.accentColor}};
color: {{this.settings.accentColor}};
}
.koenig-editor__editor blockquote {
border-left: 0.25rem solid {{this.settings.accentColor}};