From 7217d345d24809e21b1698b1888aa0b79bce4833 Mon Sep 17 00:00:00 2001 From: Maximous Black Date: Thu, 18 Jun 2020 13:17:58 +0000 Subject: [PATCH] bold banner --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 7c82c45..a0ee2ea 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -42,7 +42,7 @@ module.exports = { announcementBar: { id: 'star', // Any value that will identify this message. content: - 'PLEASE LEAVE A STAR ON GITHUB', + 'PLEASE LEAVE A STAR ON GITHUB', backgroundColor: 'var(--ifm-background-surface-color)', // Defaults to `#fff`. textColor: 'var(--ifm-color-primary)', // Defaults to `#000`. },