From 7688f21eeb8c57cd78222cdb976ed1489a332727 Mon Sep 17 00:00:00 2001 From: Emi Matchu Date: Sat, 27 Apr 2024 14:25:58 -0700 Subject: [PATCH] Tweak the NeoPass announcement box's orange down Idk, I think the previous text color was a smidge too low-contrast, and we can afford to decrease the border's loudness, too. --- app/assets/stylesheets/outfits/_new.sass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/outfits/_new.sass b/app/assets/stylesheets/outfits/_new.sass index a0308dbc..3791f52e 100644 --- a/app/assets/stylesheets/outfits/_new.sass +++ b/app/assets/stylesheets/outfits/_new.sass @@ -8,8 +8,8 @@ body.outfits-new display: none .neopass-announcement - border: 1px solid orange - color: #8d5900 + border: 1px solid #cd8400 + color: #764a00 padding: .5em display: grid grid-template-areas: "thumbnail content"