From 6b6ccbab1ad7f2e6038db0e6d19efade895e277a Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Thu, 2 May 2024 20:09:55 +0500 Subject: [PATCH] switch bg to black --- src/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style.scss b/src/style.scss index 93299d6..8558cb4 100644 --- a/src/style.scss +++ b/src/style.scss @@ -7,7 +7,7 @@ @import url('https://fonts.coollabs.io/css2?family=Inter&display=swap'); .free-palestine-banner { - background: #CF0921; + background: black; display: table; font-family: 'Inter'; font-weight: bold;