diff --git a/ghost/admin/app/components/posts-list/list-item.hbs b/ghost/admin/app/components/posts-list/list-item.hbs index 9e4565e9b2..ba24ce7a64 100644 --- a/ghost/admin/app/components/posts-list/list-item.hbs +++ b/ghost/admin/app/components/posts-list/list-item.hbs @@ -78,7 +78,6 @@
{{#if @post.isScheduled}} - Scheduled {{#if this.isHovered}} @@ -95,7 +94,6 @@ {{#if @post.isDraft}} - Draft {{/if}} diff --git a/ghost/admin/app/styles/layouts/content.css b/ghost/admin/app/styles/layouts/content.css index b206d177e4..17015c8b76 100644 --- a/ghost/admin/app/styles/layouts/content.css +++ b/ghost/admin/app/styles/layouts/content.css @@ -268,7 +268,7 @@ width: 11px; height: 11px; margin: -2px 6px 0 0; - color: var(--yellow-d2); + color: var(--black); } .gh-post-list-external {