Skip to content

Commit

Permalink
Add text-shadow for better legibility
Browse files Browse the repository at this point in the history
  • Loading branch information
linjustin8 committed Oct 5, 2024
1 parent 7c66485 commit 7803a44
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/assets/v2/scss/town_square.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7803a44

Please sign in to comment.