fix: Comment box bg color
This commit is contained in:
parent
0f6b7cbbf4
commit
07bfc57597
1 changed files with 1 additions and 0 deletions
|
|
@ -96,6 +96,7 @@ $threshold: 40;
|
|||
}
|
||||
}
|
||||
.comment-edit-box {
|
||||
background-color: var(--control-bg);
|
||||
border: 1px solid var(--border-color);
|
||||
border-radius: var(--border-radius-sm);
|
||||
margin-top: var(--margin-sm);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue