This commit is contained in:
mileswa1q2
2023-12-01 22:21:54 +00:00
committed by GitHub
parent 53d7224f9e
commit 6fbcc6a3f5
+15
View File
@@ -28,4 +28,19 @@ body {
il{ il{
color: #17dd09; color: #17dd09;
}
input{
color:rgb(10, 131, 18);
}
input:hover input:active{
background-color: rgb(106, 255, 89);
}
input:link, input:visited {
background-color: rgb(10, 131, 18);
color: white;
padding: 14px 25px;
text-align: center;
text-decoration: none;
display: inline-block;
} }