From 13b65af1d686052ae349ff4a36c204ac8b30846d Mon Sep 17 00:00:00 2001 From: rosics-code Date: Wed, 8 Jan 2025 18:20:18 -0500 Subject: [PATCH] Improve contrast for share Relates with: https://github.com/scratchfoundation/scratch-www/pull/9130 --- src/components/menu-bar/share-button.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/menu-bar/share-button.css b/src/components/menu-bar/share-button.css index 09452684cc6..b86ffe21e66 100644 --- a/src/components/menu-bar/share-button.css +++ b/src/components/menu-bar/share-button.css @@ -1,10 +1,10 @@ @import "../../css/colors.css"; .share-button { - background: $data-primary; + background: #b94846; } .share-button-is-shared { - background: $ui-black-transparent; + background: #a32622; cursor: default; }