diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 2db2d7f..878220c 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -63,6 +63,14 @@ const config: Config = { themeConfig: { image: 'img/sn-social-card.png', + announcementBar: { + id: 'linea-merger-may-2026', + content: + 'Status Network is merging into Linea. Hoodi testnet (chain ID 374) shuts down on May 15, 2026 — bridge testnet ETH back to L1 before then.
Read the announcement · Open bridge', + backgroundColor: '#7140fd', + textColor: '#ffffff', + isCloseable: true, + }, navbar: { title: 'Status Network Docs', logo: { diff --git a/src/css/custom.css b/src/css/custom.css index c5f1b62..87f5b8a 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -595,6 +595,26 @@ div[class*='sidebarViewport'] { font-size: 0.9rem; } +/* Announcement Bar — larger, more prominent */ +[class*='announcementBar'] { + font-size: 1rem !important; + font-weight: 500 !important; + padding: 0.6rem 1rem !important; + min-height: 2.75rem !important; +} + +[class*='announcementBarContent'] { + font-size: 1rem !important; + line-height: 1.5 !important; +} + +[class*='announcementBarContent'] a { + color: #ffffff !important; + font-weight: 600 !important; + text-decoration: underline !important; + text-underline-offset: 2px !important; +} + /* Footer Enhancements */ .footer { background: rgba(var(--page-background-rgb), 0.95) !important;