Update style.css

This commit is contained in:
Nova Cat 2025-01-13 16:21:37 -08:00
parent adcf698955
commit da5bc2b18e

View file

@ -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;
}