字体加粗

This commit is contained in:
筱野
2025-10-16 22:17:45 +08:00
parent 484d76fc68
commit 54ac130e37
5 changed files with 9 additions and 3 deletions

View File

@@ -15,7 +15,8 @@
background: transparent;
border: none;
outline: none;
line-height: 1.4;
line-height: 24px;
font-weight: 500;
resize: none;
.textarea-placeholder{
color: theme.$textarea-placeholder-color;
@@ -46,6 +47,7 @@
padding: 2px 6px;
margin-right: 6px;
margin-bottom: 6px;
font-weight: 500;
}
}
}