fix(comments): Twikoo dark mode emoji selector background
closes https://github.com/CaiJimmy/hugo-theme-stack/issues/583 credit: https://github.com/CaiJimmy/hugo-theme-stack/issues/583#issuecomment-1096270207 (@rmdhnreza)
This commit is contained in:
parent
7142de24cc
commit
165c96a8e0
@ -28,6 +28,10 @@
|
|||||||
.twikoo .el-button{
|
.twikoo .el-button{
|
||||||
color: var(--twikoo-body-text-color)!important;
|
color: var(--twikoo-body-text-color)!important;
|
||||||
}
|
}
|
||||||
|
.OwO .OwO-body {
|
||||||
|
background-color: var(--body-background) !important;
|
||||||
|
color: var(--body-text-color) !important;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
{{- with .Site.Params.comments.twikoo -}}
|
{{- with .Site.Params.comments.twikoo -}}
|
||||||
|
Loading…
Reference in New Issue
Block a user