V2EX 自带主题略有些远古, 用了站里分享的 V2EX Polish 插件美化了下, 现代了好多, 但是默认颜色太重了(个人感觉), 调整了颜色和 shadow, 素一些的风格.
在设置里增加自定义 css
```css
.topic-link{
font-weight:normal !important;
}
.box{
box-shadow:rgb(0 0 0 / 12%) 0 1px 3px,rgb(0 0 0 / 24%) 0 1px 2px !important;
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px!important;
box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px 0px!important;
}
#Main .cell.item tr > td:nth-child(2){
width:10px !important;
}
#Top{
border-bottom: 1px solid rgba(0,0,0,.22) !important;
}
#Main .box .cell{
padding:12px 10px;
}
#Main .cell .topic-link{
color:rgb(119, 128, 135) !important;
}
#Main .cell .topic-link:visited {
color: #94a3b8!important;
}
```