Change button names
All checks were successful
deployment-on-pull-request / deployment (pull_request) Successful in 48s

This commit is contained in:
snoopy 2024-04-30 21:22:07 +02:00
parent b41f74bf7b
commit b6a0d22674

View file

@ -27,12 +27,12 @@ h1, h1 a {
font-size: smaller; font-size: smaller;
} }
.btn.green { .btn.primary {
color: #020; color: #020;
background-color: #6f3; background-color: #6f3;
} }
.btn.green:hover ,.btn.green:focus { .btn.primary:hover ,.btn.primary:focus {
background-color: #3f0; background-color: #3f0;
} }