Missed some colors

This commit is contained in:
Sophia Atkinson 2023-04-02 14:41:57 -07:00
parent b35f829f3a
commit 89c8c6308e
1 changed files with 4 additions and 4 deletions

View File

@ -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
}