From 2edbc23d0e4b300334dd3c441fe2adc627da0e75 Mon Sep 17 00:00:00 2001 From: Ejaaz Khan Date: Mon, 13 Oct 2025 15:23:51 +0530 Subject: [PATCH] fix(Website): descript not clearly visible --- frappe/public/scss/website/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/public/scss/website/index.scss b/frappe/public/scss/website/index.scss index fc02a7b891..6147cba92c 100644 --- a/frappe/public/scss/website/index.scss +++ b/frappe/public/scss/website/index.scss @@ -182,7 +182,7 @@ a.card-link:hover { } .text-extra-muted { - color: #d1d8dd !important; + color: var(--gray-500) !important; } .no-underline {