微信读书青草绿
微信读书青草绿 by beardnick
Details
Authorbeardnick
LicenseNo License
Categorywread.qq.com
Created
Updated
Size971 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name 微信读书青草绿
@version 20241008.12.45
@namespace https://userstyles.world/user/beardnick
@description 微信读书青草绿
@author beardnick
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://weread.qq.com/") {
/* 亮色主题 */
/* 背景色 */
.wr_whiteTheme .readerContent .app_content {
background-color: #E3EDCD;
}
/* 网页背景色 */
html body.wr_whiteTheme {
background: #E3EDCD
}
/* 标题栏背景色 */
.wr_whiteTheme .readerTopBar {
border-bottom-color: rgba(33, 40, 50, .1);
background-color: #E3EDCD;
}
/* 按钮背景色 */
.wr_whiteTheme .readerControls_fontSize,
.wr_whiteTheme .readerControls_item {
background-color: #E3EDCD;
box-shadow: 0 8px 32px rgba(0, 25, 104, .1);
}
.wr_whiteTheme .reader-font-control-panel-wrapper .font-panel-content-arrow {
border-width: 12px;
border-right: 0;
border-left-color: #E3EDCD;
}
}