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.
+ -