修改微信读书的背景颜色,提升阅读体验
双栏模式怎么改色
稍微改了一下,将就用了
.post-content, .readerTopBar, .app_content, .readerChapterContent_container, .renderTargetContainer {
background-color: ${backgroundColor} !important;
color: ${textColor} !important;
}
双栏模式怎么改色