This commit is contained in:
2023-05-05 15:35:58 +08:00
parent 9bf9e7da27
commit 8dafc1c5f4
5 changed files with 88 additions and 82 deletions

View File

@ -196,11 +196,14 @@
> textarea {
padding: 10px 10px 0;
border: none;
border: 1px solid var(--title-bg-color);
border-radius: 5px;
height: 70px;
resize: none;
font-size: var(--font-smaller-size);
font-family: var(--font-family);
margin: 3px 5px;
background: #f0f0f0;
@include outline();
}