From 763d74cac3e9127b25a584070a5188b60f717ff0 Mon Sep 17 00:00:00 2001 From: bosco-ensemble Date: Sat, 23 Mar 2024 22:09:36 -0700 Subject: [PATCH] TDW-2232 changed x logo colour --- blocks/share/share.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blocks/share/share.css b/blocks/share/share.css index 538d9462..9c51ca1a 100644 --- a/blocks/share/share.css +++ b/blocks/share/share.css @@ -71,5 +71,5 @@ main .share .button.share-facebook { } main .share .button.share-twitter { - background-color: #1DA1F2; + background-color: #000; }