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,