From f56969a704fe8f6dab6fc22e08877669827eb4c2 Mon Sep 17 00:00:00 2001 From: TharunVigneswar <106049447+TharunVigneswar@users.noreply.github.com> Date: Fri, 3 Jun 2022 11:42:12 +0530 Subject: [PATCH] Update main.css Just changed the color so it is a little bit visible --- final/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/final/css/main.css b/final/css/main.css index e7f936c..67bb715 100644 --- a/final/css/main.css +++ b/final/css/main.css @@ -741,6 +741,6 @@ Recipe Template .single-tool { border-bottom: 2px solid var(--grey-300); padding-bottom: 0.75rem; - color: var(--primary-500); + color: var(--primary-600); text-transform: capitalize; }