diff --git a/docusaurus.config.js b/docusaurus.config.js index 773af2d9..8055464c 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -97,9 +97,9 @@ const config = { announcementBar: { id: 'reforge_acquisition', content: - 'Prefab has been acquired and has re-launched as Reforge Launch. Please use the new documentation at docs.reforge.com', - backgroundColor: '#2962F5', - textColor: '#ffffff', + 'Prefab is now Reforge Launch. Please use the new documentation at docs.reforge.com', + backgroundColor: '#FFF3B0', + textColor: '#2E2B00', isCloseable: false, }, navbar: { diff --git a/src/css/custom.css b/src/css/custom.css index 937fc8fe..c1b2d99c 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -80,3 +80,15 @@ summary h4 { line-height: 1.5rem; margin-bottom: 0; } + +/* Large acquisition announcement banner */ +div[class*='announcementBar'] { + font-size: 2rem !important; + padding: 4rem 2rem !important; + font-weight: 600 !important; + line-height: 1.5 !important; +} + +div[class*='announcementBarContent'] { + font-size: 2rem !important; +}