From a0ea505091956d87e1dd88b7ff622990b5db99a8 Mon Sep 17 00:00:00 2001 From: Rob Knight Date: Mon, 27 Feb 2023 17:13:34 -0800 Subject: [PATCH] =?UTF-8?q?fix(Blocks):=20=F0=9F=8E=A8=20Change=20color=20?= =?UTF-8?q?of=20"intro=20text"=20paragraph=20style=20to=20ocean=20blue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wp-blocks/paragraph.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-blocks/paragraph.css b/wp-blocks/paragraph.css index 09043bb8..6da840f5 100644 --- a/wp-blocks/paragraph.css +++ b/wp-blocks/paragraph.css @@ -7,5 +7,5 @@ font-weight: 400; line-height: 1.4; font-size: var(--wp--preset--font-size--three); - color: var(--wp--preset--color--ucsc-rubine-red); + color: var(--wp--preset--color--ucsc-ocean-blue) !important; }