From 2a2f25cb5c564ea2c5ee68dd71dcb729f9768d54 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Fri, 6 Sep 2024 04:41:13 -0400 Subject: [PATCH] Link color contrast adjustment and homepage tweaks Signed-off-by: Patrice Chalin --- assets/scss/_styles_project.scss | 7 +++++-- content/en/_index.md | 13 ++++++++----- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/assets/scss/_styles_project.scss b/assets/scss/_styles_project.scss index fdbdd2a..63247e0 100644 --- a/assets/scss/_styles_project.scss +++ b/assets/scss/_styles_project.scss @@ -36,8 +36,11 @@ max-width: 80%; } - a.external-link:after { - display: none; + a { + color: white; + .external-link:after { + display: none; + } } } } diff --git a/content/en/_index.md b/content/en/_index.md index 3084621..e73bc7f 100644 --- a/content/en/_index.md +++ b/content/en/_index.md @@ -21,15 +21,18 @@ integrations {{% /blocks/cover %}} -{{% blocks/lead color="primary" %}} **in-toto is designed to ensure the -integrity of a software product from initiation to end-user installation. It -does so by making it transparent to the user what steps were performed, by whom -and in what order.** {{% /blocks/lead %}} +{{% blocks/lead color="primary" %}} + +in-toto is designed to ensure the integrity of a software product from +initiation to end-user installation. It does so by making it transparent to the +user what steps were performed, by whom and in what order. + +{{% /blocks/lead %}} {{% blocks/section color="dark" type="row" %}}