From 166e024bb35acd21265461a841d36106eaf667be Mon Sep 17 00:00:00 2001 From: Vazhin Tayeb Date: Thu, 14 Jan 2021 07:36:54 +0300 Subject: [PATCH] Edits the CSS syntax --- React/src/index.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/React/src/index.css b/React/src/index.css index 4af9ab5..2af7e51 100644 --- a/React/src/index.css +++ b/React/src/index.css @@ -2,6 +2,7 @@ :root { --blue: #2170b9; + --black: #1a1c21; } .bg-blue-custom { @@ -18,7 +19,7 @@ p, } .text-black-custom { - color: #1a1c21; + color: var(--black); } p,