mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Applied brand color to blockquotes in editor
This commit is contained in:
parent
82f325c4bd
commit
3f5203fbaf
1 changed files with 6 additions and 3 deletions
|
@ -36,9 +36,12 @@
|
|||
|
||||
{{#if this.settings.accentColor}}
|
||||
<style>
|
||||
.koenig-editor__editor a:not([class]) {
|
||||
box-shadow: 0 1px 0 #ffffff, 0 2px 0 {{this.settings.accentColor}};
|
||||
}
|
||||
.koenig-editor__editor a:not([class]) {
|
||||
box-shadow: 0 1px 0 #ffffff, 0 2px 0 {{this.settings.accentColor}};
|
||||
}
|
||||
.koenig-editor__editor blockquote {
|
||||
border-left: 0.25rem solid {{this.settings.accentColor}};
|
||||
}
|
||||
</style>
|
||||
{{/if}}
|
||||
</GhApp>
|
||||
|
|
Loading…
Add table
Reference in a new issue