diff --git a/app/static/styles.css b/app/static/styles.css index d114072..b0f298c 100644 --- a/app/static/styles.css +++ b/app/static/styles.css @@ -223,12 +223,12 @@ main { } .shots-fill-away { - background: #4a90e2; + background: #60a5fa; border-radius: 99px 0 0 99px; } .shots-fill-home { - background: #f97316; + background: #818cf8; border-radius: 0 99px 99px 0; }