2025-2-26-fixed
This commit is contained in:
27
themes/fluid/source/css/_pages/_post/comment.styl
Normal file
27
themes/fluid/source/css/_pages/_post/comment.styl
Normal file
@ -0,0 +1,27 @@
|
||||
// Rewrite valine
|
||||
#valine.v[data-class=v]
|
||||
.status-bar, .veditor, .vinput, .vbtn, p, pre code
|
||||
color var(--text-color)
|
||||
|
||||
.vinput::placeholder
|
||||
color var(--sec-text-color)
|
||||
|
||||
.vicon
|
||||
fill var(--text-color)
|
||||
|
||||
// Rewrite gitalk
|
||||
.gt-container
|
||||
|
||||
.gt-comment-content:hover
|
||||
-webkit-box-shadow none
|
||||
box-shadow none
|
||||
|
||||
.gt-comment-body
|
||||
color var(--text-color) !important
|
||||
transition color .2s ease-in-out
|
||||
|
||||
// Rewrite remark42
|
||||
#remark-km423lmfdslkm34-back
|
||||
z-index 1030
|
||||
#remark-km423lmfdslkm34-node
|
||||
z-index 1031
|
||||
Reference in New Issue
Block a user