fix typo and color (#138)

* fix typo and color

* fix error
This commit is contained in:
Heiko Liebscher
2023-01-08 13:59:33 +01:00
committed by GitHub
parent f2b8051f2d
commit 0ba8f23706
3 changed files with 9 additions and 8 deletions

View File

@@ -33,12 +33,13 @@ html,body
color: #fff;
cursor: pointer;
display: inline-block;
border: 1px solid #009A3A;
border: 1px solid #02c7b3;
}
.Btn_Green:hover
{
background-color: #009A3A;
background-color:#00f0d9;
}