Skip to content

Instantly share code, notes, and snippets.

@muxueqz
Last active February 27, 2017 14:40
Show Gist options
  • Save muxueqz/23d5d8e107c7fd934cf9870994ef8683 to your computer and use it in GitHub Desktop.
Save muxueqz/23d5d8e107c7fd934cf9870994ef8683 to your computer and use it in GitHub Desktop.
wx.qq.com dark reader css
a.chat {
background-color: #ffffff;
}
div.main {
background-color: #ffffff;
}
i.web_wechat_tab_public {
background-color: #6b6b6b;
}
i.web_wechat_tab_chat.web_wechat_tab_chat_hl {
background-color: #6b6b6b;
}
i.web_wechat_tab_friends {
background-color: #6b6b6b;
}
div.chat_item.slide-left.ng-scope.active {
background-color: #ffffff;
}
span.ng-binding {
color: #000000;
background-color: #ffffff;
}
div.chat_item.slide-left.ng-scope {
background-color: #ffffff;
}
div.header {
background-color: #ffffff;
}
div.panel {
background-color: #ffffff;
}
input.frm_search.ng-isolate-scope.ng-pristine.ng-valid {
background-color: #ffffff;
color: #ffffff;
}
body.ng-scope.ng-isolate-scope.loaded {
background-image: none;
}
div.chat_item.slide-left.ng-scope.top.active {
background-color: #ccc8cc;
}
div.img_preview_container {
background-color: #ffffff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment