mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
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:
parent
e4ba518597
commit
7f1eef014b
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
@ -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}};
|
||||
|
Loading…
Reference in New Issue
Block a user