From 528f21ee4e5d6343e5aa1d4a87948d331aee8ce1 Mon Sep 17 00:00:00 2001 From: SumaiyaaRq Date: Fri, 25 Oct 2024 12:21:38 +0530 Subject: [PATCH] Improved color contrast between text and background --- content/contents.lr | 2 +- webpack/sass/home-page.scss | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/content/contents.lr b/content/contents.lr index 7c6338b8..c4b8f8cf 100644 --- a/content/contents.lr +++ b/content/contents.lr @@ -7,7 +7,7 @@ block_content: #### hero #### title: -We have been building free software at Creative Commons (CC) for over a decade. +We have been building free software at Creative Commons (CC) for over a decade. ---- links: diff --git a/webpack/sass/home-page.scss b/webpack/sass/home-page.scss index 12e2f604..c58cc856 100644 --- a/webpack/sass/home-page.scss +++ b/webpack/sass/home-page.scss @@ -5,6 +5,9 @@ // Title styling within the hero section .hero-title { @extend .padding-horizontal-big; + .has-text-orange{ + color:rgb(251 119 41); + } } // Description styling within the hero section