fix(comment/twikoo): submit button color (#288)

This commit is contained in:
zhixuan 2021-08-05 18:20:03 +09:00 committed by GitHub
parent 7b51bea912
commit 2fd3bde9a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,8 @@
.twikoo .el-textarea__inner,
.twikoo .tk-preview-container,
.twikoo .tk-content,
.twikoo .tk-nick {
.twikoo .tk-nick,
.twikoo .tk-send {
color: var(--card-text-color-main);
}
</style>