diff --git a/layouts/partials/comments/provider/twikoo.html b/layouts/partials/comments/provider/twikoo.html index 71eae39..53830dd 100644 --- a/layouts/partials/comments/provider/twikoo.html +++ b/layouts/partials/comments/provider/twikoo.html @@ -13,7 +13,9 @@ } .twikoo .el-input-group__prepend, .twikoo .tk-action-icon, + .twikoo .tk-submit-action-icon, .twikoo .tk-time, + .twikoo .tk-comments-no, .twikoo .tk-comments-count { color: var(--twikoo-body-text-color); } @@ -28,6 +30,9 @@ .twikoo .el-button{ color: var(--twikoo-body-text-color)!important; } + .twikoo .el-input__count { + color: var(--twikoo-body-text-color) !important; + } .OwO .OwO-body { background-color: var(--body-background) !important; color: var(--body-text-color) !important;