fi3ework / hexo-theme-archer

🎯 A smart and modern theme for Hexo.
https://fi3ework.github.io/hexo-theme-archer
MIT License
1.49k stars 274 forks source link

fix: in dark theme, gitalk comment container has close color and background-color #343

Closed lulu010722 closed 1 year ago

lulu010722 commented 1 year ago

The problem is that, when you use gitalk in archer dark theme, the comment content container's background color is white and the markdown text inside it is also almost white(I said almost because it has a 0.87 transparency).

I reformat the dark.css file under source\css\dark.css. The lines that is really changed is 416-418 and 472-474.

lulu010722 commented 1 year ago

Sorry, this version still leaves bugs. I will push another PR.