From f5d00a2df3b339819c19fac002b85cfe3e11b808 Mon Sep 17 00:00:00 2001 From: Mike Date: Tue, 24 Sep 2024 20:57:42 +1000 Subject: [PATCH] This time maybe close enough --- app/javascript/styles/mastodon/variables.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/javascript/styles/mastodon/variables.scss b/app/javascript/styles/mastodon/variables.scss index d8a23bddd..635d989cd 100644 --- a/app/javascript/styles/mastodon/variables.scss +++ b/app/javascript/styles/mastodon/variables.scss @@ -6,7 +6,7 @@ $red-500: #df405a !default; // Cerise $blurple-600: #3b953f; // Deeper green $blurple-500: #6abf69; // Lighter than that $blurple-400: #8cdb90; // Medium slate blue -$blurple-300: #aaeb96; // Urgh blurple is the worst +$blurple-300: #94e47c; // Urgh blurple is the worst $grey-600: #4e4c5a; // Trout $grey-100: #dadaf3; // Topaz @@ -21,7 +21,7 @@ $red-bookmark: $warning-red; $classic-base-color: #282c37; // Midnight Express $classic-primary-color: #9baec8; // Echo Blue $classic-secondary-color: #d9e1e8; // Pattens Blue -$classic-highlight-color: #6364ff; // Brand purple +$classic-highlight-color: #6abf69; // Brand green // Variables for defaults in UI $base-shadow-color: $black !default;