Skip to content

Commit

Permalink
feat: force lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
Dev-Totti committed Mar 1, 2024
1 parent b60a67b commit d8fd90e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ main {
background-color: var(--bg-color);
border: none;
resize: none;
text-transform: lowercase;
}

#text-input:focus {
Expand Down

0 comments on commit d8fd90e

Please sign in to comment.