用 Stylus 瞎🐔儿调了下配色。
几个地方有点问题:
1. 个别图片好黑,比如那个 [数据字典] 的配图,图片设计好之后导出时出了问题?
2. PNG 图片可以压缩下,省点加载时间和流量。
3. 客户端页面,有个按钮漏了 class

```
/* ==UserStyle==
@
name showdoc.com.cn@
namespace github.com/openstyles/stylus@
version 1.0.0
@
description A new userstyle
@
author Me
==/UserStyle== */
@
-moz-document domain("
showdoc.com.cn") {
.body {
color: #393e46 !important;
}
.header {
background: #F3F4F6 !important;
}
.logo {
filter: invert(100%);
}
.hbanner {
background: #F3F4F6;
}
.hbanner-txt h2 {
color: #393e46 !important;
}
.hbanner-txt .list .num {
color: #F3F4F6;
}
.hbanner-txt .btns a.on {
background-color: #5991f3 !important;
color: #eeeeee !important;
border: 1px solid #5991f3 !important;
}
.hbanner-txt .btns a {
border: 1px solid #393e46 !important;
}
.hrow .img {
filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, .5));
}
.hrow1,
.hrow3,
.hrow5,
.hrow7 {
background: #f7f7f7 !important;
}
.hrow2,
.hrow4,
.hrow6 {
background: #eeeeee !important;
}
.regbg {
background: #eeeeee !important;
}
.downpage {
background: #f7f7f7 !important;
}
}
```