From 89c8c6308e227511a447fbbe9ec9651c9f7d1b1c Mon Sep 17 00:00:00 2001 From: Sophia Atkinson Date: Sun, 2 Apr 2023 14:41:57 -0700 Subject: [PATCH] Missed some colors --- public/css/index.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/css/index.css b/public/css/index.css index d8c5336..8e293ee 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -3267,7 +3267,7 @@ span[data-img-src]:after { } .ui.green.buttons .button:focus,.ui.green.button:focus { - background-color: #0ea432; + background-color: #7289DA; color: #fff; text-shadow: none } @@ -3298,7 +3298,7 @@ span[data-img-src]:after { .ui.basic.green.buttons .button:focus,.ui.basic.green.button:focus { background: transparent; - box-shadow: 0 0 0 1px #0ea432 inset; + box-shadow: 0 0 0 1px #7289DA inset; color: #16ab39 } @@ -4536,7 +4536,7 @@ span[data-img-src]:after { } .ui.positive.buttons .button:focus,.ui.positive.button:focus { - background-color: #0ea432; + background-color: #7289DA; color: #fff; text-shadow: none } @@ -4567,7 +4567,7 @@ span[data-img-src]:after { .ui.basic.positive.buttons .button:focus,.ui.basic.positive.button:focus { background: transparent; - box-shadow: 0 0 0 1px #0ea432 inset; + box-shadow: 0 0 0 1px #7289DA inset; color: #16ab39 }