Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
NEKODESUDX authored Dec 12, 2024
1 parent 6955114 commit baaa506
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ input, textarea {
font-size: 16px;
background-color: #333;
border: 1px solid #ccc;
border-radius: 5px;
border-radius: 0; /* 角を丸めない */
color: white;
outline: none;
}
Expand Down Expand Up @@ -75,3 +75,4 @@ body, h1, p, label, a, button {
overflow-y: scroll;
white-space: pre-wrap;
}

0 comments on commit baaa506

Please sign in to comment.