From d5d9bb634d961309073d7e972ea4774cd219f47a Mon Sep 17 00:00:00 2001 From: Peter Zimon Date: Wed, 30 Jun 2021 10:29:29 +0200 Subject: [PATCH] Refined link builder for multiple products --- ghost/admin/app/components/gh-portal-links.hbs | 4 ++-- ghost/admin/app/styles/layouts/portal-settings.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ghost/admin/app/components/gh-portal-links.hbs b/ghost/admin/app/components/gh-portal-links.hbs index 25a1b5ce6d..dd869213d1 100644 --- a/ghost/admin/app/components/gh-portal-links.hbs +++ b/ghost/admin/app/components/gh-portal-links.hbs @@ -86,10 +86,10 @@ - Product + Product diff --git a/ghost/admin/app/styles/layouts/portal-settings.css b/ghost/admin/app/styles/layouts/portal-settings.css index 4dc007c27a..9600b9c4c5 100644 --- a/ghost/admin/app/styles/layouts/portal-settings.css +++ b/ghost/admin/app/styles/layouts/portal-settings.css @@ -499,8 +499,8 @@ width: 130px; } -.gh-portal-links-table tr td.pagename.bold { - font-weight: bold; +.gh-portal-links-table tr td.pagename.strong { + font-weight: 600; } .gh-portal-page-url-container {