diff --git a/app/static/styles.css b/app/static/styles.css index fa8fd5d..2c8b3c8 100644 --- a/app/static/styles.css +++ b/app/static/styles.css @@ -223,12 +223,12 @@ main { } .shots-fill-away { - background: #22d3ee; + background: #e5e7eb; border-radius: 99px 0 0 99px; } .shots-fill-home { - background: #a3e635; + background: #6b7280; border-radius: 0 99px 99px 0; }