fix(comments): twikoo icon & count text color not visible on dark theme (#890)

* fix(comments): twikoo icon & count text color

* fix(comments): twikoo prompt color
This commit is contained in:
Jarao
2023-10-28 23:51:05 +02:00
committed by GitHub
parent bdb9e7fc00
commit 20bf719411
@@ -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;