Skip to content

Commit

Permalink
v1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
CoderSerg authored Dec 30, 2024
1 parent bb3932d commit edaff04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styling.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ button{
button:hover{
background-color: rgb(65, 65, 65);
transform: translateY(3px);
border-color: lightgreen;
}

input{
Expand All @@ -25,7 +26,6 @@ input{
color: white;
border: 1px solid white;
border-radius: 8px;
height: 8px;
}

input::placeholder{
Expand Down

0 comments on commit edaff04

Please sign in to comment.