Update style.css
This commit is contained in:
parent
adcf698955
commit
da5bc2b18e
1 changed files with 11 additions and 3 deletions
14
style.css
14
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;
|
||||
}
|
Loading…
Add table
Reference in a new issue