From 7803a440189423316a3fbbf74bfe04aa60d87d2f Mon Sep 17 00:00:00 2001 From: justin Date: Fri, 4 Oct 2024 22:22:49 -0400 Subject: [PATCH] Add text-shadow for better legibility --- app/assets/v2/scss/town_square.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/v2/scss/town_square.scss b/app/assets/v2/scss/town_square.scss index b6718c7bf30..b714fde6c3d 100644 --- a/app/assets/v2/scss/town_square.scss +++ b/app/assets/v2/scss/town_square.scss @@ -641,6 +641,10 @@ body.green { background-size: 100% !important; } +.offer_view { + text-shadow: 0px 0px 10px black; +} + .offer_view .announce{ background-color: #0c0861; opacity: 0.8;