From 531d86efcd7918b1453b2d51f920ad38fc0be816 Mon Sep 17 00:00:00 2001 From: Thijs Louisse Date: Mon, 17 Nov 2025 13:42:59 +0100 Subject: [PATCH] chore: update announcement-bar for portal --- docs/_assets/style.css | 10 ++++++++++ docs/_includes/partials/header.njk | 6 +++--- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/docs/_assets/style.css b/docs/_assets/style.css index acd3196d5..8b8fdbc54 100644 --- a/docs/_assets/style.css +++ b/docs/_assets/style.css @@ -130,3 +130,13 @@ rocket-navigation ul > li:nth-child(n + 6).active > ul { font-size: inherit; color: inherit; } + +.announcement-bar { + background: var(--primary-color); + color: white; + text-align: center; + + & a { + color: white; + } +} \ No newline at end of file diff --git a/docs/_includes/partials/header.njk b/docs/_includes/partials/header.njk index c10244050..a77d8e103 100644 --- a/docs/_includes/partials/header.njk +++ b/docs/_includes/partials/header.njk @@ -1,8 +1,8 @@ -
-

A new portal is coming! Check this out.

+
+

A new portal is coming! Check out the technical release of our Astro portal

-
+
{% for blockName, blockPath in _joiningBlocks.header %} {% include blockPath %}