mirror of https://github.com/zulip/zulip.git
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:
parent
1cb06cb359
commit
40316ed343
|
@ -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%);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue