components: Make "sea-green" button darker.

This makes it a bit darker so it is a bit more visually bold than it was before.
This commit is contained in:
Brock Whittaker 2018-03-12 17:29:39 -07:00 committed by Tim Abbott
parent 1cb06cb359
commit 40316ed343
1 changed files with 4 additions and 4 deletions

View File

@ -105,8 +105,8 @@
}
.new-style .button.sea-green {
color: hsl(156, 39%, 54%);
border-color: hsl(156, 39%, 77%);
color: hsl(156, 41%, 40%);
border-color: hsl(156, 28%, 70%);
}
.new-style .button.btn-warning {
@ -131,11 +131,11 @@
}
.new-style .button.sea-green:hover {
border-color: hsl(156, 30%, 55%);
border-color: hsl(156, 30%, 50%);
}
.new-style .button.sea-green:active {
border-color: hsl(156, 30%, 55%);
border-color: hsl(156, 30%, 40%);
color: hsl(156, 44%, 43%);
background-color: hsl(154, 33%, 96%);
}