diff --git a/style.css b/style.css index 17bd3c1..d45f634 100644 --- a/style.css +++ b/style.css @@ -10,7 +10,7 @@ a { text-decoration:underline; text-decoration-style: dotted; } -.download { +.go { border: none; border-radius: 5px; background: deepskyblue; @@ -20,9 +20,17 @@ a { display: inline-block; cursor: pointer; } -.download:hover { +.go:hover { filter: brightness(150%); } -.download:acive { +.go:acive { filter: brightness(75%); +} +.input { + background-color: #0c0c0c; + border: solid; + color: white; + border-width: 2px; + border-color: white; + border-radius: 10px; } \ No newline at end of file