From 2c34d0841cf53eb8c8ea3f5bc2fd2efc6e8809a2 Mon Sep 17 00:00:00 2001 From: Sanne de Vries Date: Wed, 1 Mar 2023 15:41:13 +0100 Subject: [PATCH] Updated copy for "Click to update" banner Refs https://github.com/TryGhost/Team/issues/2400 --- ghost/admin/app/styles/components/notifications.css | 5 +++++ ghost/admin/app/templates/application.hbs | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ghost/admin/app/styles/components/notifications.css b/ghost/admin/app/styles/components/notifications.css index 3302d5e821..1ed6f45335 100644 --- a/ghost/admin/app/styles/components/notifications.css +++ b/ghost/admin/app/styles/components/notifications.css @@ -332,4 +332,9 @@ background: var(--black); color: #fff; font-size: 1.45rem; +} + +.gh-update-banner a { + font-weight: 700; + color: var(--green-l2); } \ No newline at end of file diff --git a/ghost/admin/app/templates/application.hbs b/ghost/admin/app/templates/application.hbs index cf4fe41f72..d2b4d98f18 100644 --- a/ghost/admin/app/templates/application.hbs +++ b/ghost/admin/app/templates/application.hbs @@ -2,7 +2,7 @@ Skip to main content {{!--
- You're missing out on new features. Update to the latest version → + Ghost has been updated! To get access to the latest features, refresh or click here.
--}}