mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2024-11-23 10:21:46 +01:00
fix(comment/twikoo): submit button color (#288)
This commit is contained in:
parent
7b51bea912
commit
2fd3bde9a4
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue