Skip to content

Commit

Permalink
Update main.css
Browse files Browse the repository at this point in the history
  • Loading branch information
SharkPool-SP authored Dec 19, 2024
1 parent 920ac59 commit 4caa6b8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,12 @@ input:invalid:focus {
color: #00ff84;
}
input[type="file"] {
display: none;
position: absolute;
display: inline;
width: 1px;
height: 1px;
z-index: -1;
opacity: 0;
}

.submit {
Expand Down

0 comments on commit 4caa6b8

Please sign in to comment.