fix: Comment box bg color

This commit is contained in:
Suraj Shetty 2020-08-26 01:57:46 +05:30
parent 0f6b7cbbf4
commit 07bfc57597

View file

@ -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);