Change button names
All checks were successful
deployment-on-pull-request / deployment (pull_request) Successful in 48s
All checks were successful
deployment-on-pull-request / deployment (pull_request) Successful in 48s
This commit is contained in:
parent
b41f74bf7b
commit
b6a0d22674
1 changed files with 2 additions and 2 deletions
|
@ -27,12 +27,12 @@ h1, h1 a {
|
|||
font-size: smaller;
|
||||
}
|
||||
|
||||
.btn.green {
|
||||
.btn.primary {
|
||||
color: #020;
|
||||
background-color: #6f3;
|
||||
}
|
||||
|
||||
.btn.green:hover ,.btn.green:focus {
|
||||
.btn.primary:hover ,.btn.primary:focus {
|
||||
background-color: #3f0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue