diff --git a/docs_app/content/marketing/index.html b/docs_app/content/marketing/index.html index 924b64abc8..be9dc6ca09 100644 --- a/docs_app/content/marketing/index.html +++ b/docs_app/content/marketing/index.html @@ -34,20 +34,23 @@

+
-
-
-
Version 7 released!
-

here are a some of the benefits of running on the latest version

-
    -
  • ~50% smaller
  • -
  • improved typings
  • -
  • more consistent APIs
  • -
  • and much more...
  • -
+
+
+
Version 7 released!
+

Here are a some of the benefits of running on the latest version

+
    +
  • ~50% smaller
  • +
  • Improved typings
  • +
  • More consistent APIs
  • +
  • and much more...
  • +
+

If you want to know more about the breaking changes, click here...

+
-
+
diff --git a/docs_app/src/styles/1-layouts/_marketing-layout.scss b/docs_app/src/styles/1-layouts/_marketing-layout.scss index 307e580a9a..ab25a8b3c6 100644 --- a/docs_app/src/styles/1-layouts/_marketing-layout.scss +++ b/docs_app/src/styles/1-layouts/_marketing-layout.scss @@ -265,6 +265,10 @@ section#intro { } } +.text { + color: $darkgray; +} + .button.hero-cta { display: flex; align-items: center;