Skip to content

Commit

Permalink
Fix textarea styling
Browse files Browse the repository at this point in the history
  • Loading branch information
stefba committed May 18, 2024
1 parent dc18208 commit 1d95ef0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -390,16 +390,16 @@ div.text-field {
}

.text-field {
//background:transparent;
background:#000;
background:transparent;
//background:#000;
color:var(--color-fg);
font-size:2.64rem;
width:100%;
overflow:hidden;
}

.text-field:focus {
background:#111;
background:var(--color-textarea);
}

.text textarea {
Expand Down

0 comments on commit 1d95ef0

Please sign in to comment.