From c41b93f6e6ccc254e1e3f2e720fcbd1b179f6166 Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Mon, 20 Oct 2025 10:26:48 -0700 Subject: [PATCH] add banner color control --- components/banner.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/banner.mdx b/components/banner.mdx index 83267f3cf..26077b1db 100644 --- a/components/banner.mdx +++ b/components/banner.mdx @@ -3,7 +3,7 @@ title: "Banner" description: "Add a banner to display important site-wide announcements and notifications" --- -Use banners to display important announcements, updates, or notifications across your entire documentation site. Banners appear at the top of every page, support Markdown formatting, and can be made dismissible. +Use banners to display important announcements, updates, or notifications across your entire documentation site. Banners appear at the top of every page, support Markdown formatting, and can be made dismissible. Banners use the color defined by the `colors.dark` property in your `docs.json`. To add a banner, use the `banner` property in your `docs.json`: