diff --git a/ghost/announcement-bar/src/components/AnnouncementBar.css b/ghost/announcement-bar/src/components/AnnouncementBar.css index d14ac25ee7..45dd54a32f 100644 --- a/ghost/announcement-bar/src/components/AnnouncementBar.css +++ b/ghost/announcement-bar/src/components/AnnouncementBar.css @@ -6,7 +6,8 @@ justify-content: center; padding: 12px 48px; min-height: 48px; - font-size: 1.5rem; + font-size: 15px; + line-height: 23px; text-align: center; } @@ -25,6 +26,10 @@ color: #fff; } +.gh-announcement-bar * { + all: unset; +} + .gh-announcement-bar a { color: #fff; font-weight: 700; @@ -59,4 +64,5 @@ .gh-announcement-bar svg { width: 10px; height: 10px; + fill: currentColor; }