From 9bf790cdfb91d005e3d9d4f2e5bf0a3293aa2af3 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Fri, 16 Jun 2023 12:22:07 -0400 Subject: [PATCH] UG landing page rework of CTA and subtitle --- assets/scss/_colors.scss | 2 +- userguide/content/en/_index.md | 14 ++++++-------- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/assets/scss/_colors.scss b/assets/scss/_colors.scss index fe390dd342..48f32ac6f1 100644 --- a/assets/scss/_colors.scss +++ b/assets/scss/_colors.scss @@ -12,7 +12,7 @@ // Make links in paragraphs stand out more. @include link-variant( - ".-bg-#{$color-name} p > a", + ".-bg-#{$color-name} p:not(.p-initial) > a", $link-color, $link-hover-color, false diff --git a/userguide/content/en/_index.md b/userguide/content/en/_index.md index 3f71dbbff4..ec24e30b1d 100644 --- a/userguide/content/en/_index.md +++ b/userguide/content/en/_index.md @@ -1,17 +1,15 @@ --- title: Docsy +description: A Hugo theme for creating great technical documentation sites --- {{% blocks/cover title="Welcome to Docsy!" image_anchor="top" height="full" %}} - - Learn More - - - Get started   - +{{% param description %}} +{.display-6} -A Hugo theme for creating great technical documentation sites -{.lead .mt-5} +Learn More +Get started +{.p-initial .my-5} {{% blocks/link-down color="info" %}} {{% /blocks/cover %}}