This commit is contained in:
danamir
2020-05-10 21:07:18 +03:00
parent 869463d68b
commit 93a682754d
3 changed files with 17 additions and 2 deletions

View File

@@ -31,6 +31,7 @@ body{
border: 2px;
border-radius: 24px;
font-size: 25px;
text-transform: uppercase;
color:#faf3dd;
cursor:pointer;
@@ -44,6 +45,7 @@ body{
border: 2px;
border-radius: 24px;
font-size: 25px;
text-transform: uppercase;
color:#faf3dd;
cursor:pointer;
@@ -51,13 +53,13 @@ body{
.kotya #yesbtn:hover{
background:#90ddf0;
border: 2px solid #4ce0b3;
border: 2px solid #faf3dd;
color:#2b3a67;
}
.kotya #nobtn:hover{
background:#90ddf0;
border: 2px solid #4ce0b3;
border: 2px solid #faf3dd;;
color:#2b3a67;
}