From 2c6ac52e93c8dfca8b3df65be89115078a98fe08 Mon Sep 17 00:00:00 2001 From: dzhigzhitzhapov Date: Tue, 11 Feb 2025 14:08:46 +0500 Subject: [PATCH] [LENSDOC-86] Add a banner to the Lens repo --- v6.0.1/index.html | 8 +++++++- v6.0.1/stylesheets/extra.css | 6 ++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/v6.0.1/index.html b/v6.0.1/index.html index 21d421218d..d473719caa 100644 --- a/v6.0.1/index.html +++ b/v6.0.1/index.html @@ -63,7 +63,13 @@ - +
+ +
diff --git a/v6.0.1/stylesheets/extra.css b/v6.0.1/stylesheets/extra.css index 3f7e4560d7..041d6f2f94 100644 --- a/v6.0.1/stylesheets/extra.css +++ b/v6.0.1/stylesheets/extra.css @@ -25,6 +25,12 @@ --md-default-bg-color: #1e2124; } +.md-banner { + background-image:linear-gradient(270deg, rgba(84,142,201,1) 0%, rgba(77,27,101,1) 100%); + color: #ffffff; + font-weight: bold; +} + .md-version__list { overflow: auto; }