From b5b18675be97e3bd8eaa7792daf45fb701a8b373 Mon Sep 17 00:00:00 2001 From: Saurav Jain Date: Tue, 11 Jun 2024 12:51:36 +0530 Subject: [PATCH] docs: improve banner (#2528) improved visibility of banner Co-authored-by: Saurav Jain --- website/docusaurus.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 65b7ee59a240..aca5115ec07b 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -232,9 +232,9 @@ module.exports = { }, announcementBar: { id: 'crawlee_webinar', - content: 'Join us for a free webinar about Crawlee at 9 AM EST on June 12th, 2024 to learn how to build reliable web scrapers fast!', + content: 'Learn about Crawlee new features and best practices from @B4nan, our lead maintainer. Join us live at 9 AM EST on June 12th. Sign Up now!', backgroundColor: '#1a1b23', - textColor: '#8d92af', + textColor: '#ffffff', isCloseable: false, }, colorMode: {