From d41e86771ffae9ffad7df870091d7c42681c552c Mon Sep 17 00:00:00 2001 From: Drew Gorton Date: Sat, 16 Dec 2023 00:36:08 -0600 Subject: [PATCH] Add Banner for New Years Community Party (#5661) Link to website signup page --- website/docusaurus.config.js | 6 ++++++ website/src/css/custom.css | 1 + 2 files changed, 7 insertions(+) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 910dceb3c2..3fabb35e82 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -64,6 +64,12 @@ module.exports = { apiKey: 'dc9c4491fcf9143ee34015f22d1dd9d6', indexName: 'getunleash', }, + announcementBar: { + id: 'new-year-party', + content: + 'Join our New Year Unleash Community Party on January 9!', + isCloseable: false, + }, navbar: { title: 'Unleash', logo: { diff --git a/website/src/css/custom.css b/website/src/css/custom.css index b20eae87ab..be80e2df56 100644 --- a/website/src/css/custom.css +++ b/website/src/css/custom.css @@ -69,6 +69,7 @@ div[class^='announcementBar_'], div[class^='announcementBar_'] svg { background-color: var(--ifm-color-primary); color: var(--ifm-color-primary-contrast-background); + font-size: larger; } .visually-hidden {