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 }