diff --git a/trkeey.css b/trkeey.css index dc6577ad..e08ef2e0 100644 --- a/trkeey.css +++ b/trkeey.css @@ -28,4 +28,19 @@ body { il{ 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; } \ No newline at end of file