change green color
This commit is contained in:
parent
c839fafe8a
commit
575dceb146
2 changed files with 5 additions and 4 deletions
|
@ -74,16 +74,17 @@ form {
|
|||
font-family: sfpro;
|
||||
margin: 0;
|
||||
padding: 10px 30px;
|
||||
background-color: #3bd16f;
|
||||
background-color: #242424;
|
||||
border-radius: 5px;
|
||||
font-size: 18px;
|
||||
margin-left: 2em;
|
||||
cursor: pointer;
|
||||
border: 1px solid #606770;
|
||||
border: 1px solid #30ab5a;
|
||||
color: #30ab5a;
|
||||
}
|
||||
|
||||
#buttons .submit:active {
|
||||
background-color: #30ab5a;
|
||||
background-color: #181818;
|
||||
}
|
||||
|
||||
#buttons .view {
|
||||
|
|
|
@ -193,7 +193,7 @@ input:focus {
|
|||
.success {
|
||||
all: unset;
|
||||
font-family: sfpro;
|
||||
background-color: #42b72a;
|
||||
background-color: #30ab5a;
|
||||
color: white;
|
||||
padding: 10px;
|
||||
margin-left: 10px;
|
||||
|
|
Loading…
Reference in a new issue