Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
NEKODESUDX authored Nov 20, 2024
1 parent 898b964 commit 390e599
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ form {

label {
margin-top: 10px;
color: #fff; /* 文字の色を白に変更 */
color: #fff;
}

input, textarea {
margin-top: 5px;
padding: 8px;
font-size: 16px;
color: #fff; /* 文字の色を白に変更 */
background-color: rgba(255, 255, 255, 0.5); /* 半透明に変更 */
color: #fff;
background-color: rgba(255, 255, 255, 0.7);
border-radius: 5px;
border: none;
outline: none;
Expand Down

0 comments on commit 390e599

Please sign in to comment.