app.follow.is阅读样式优化
Follow阅读优化 by bmqy
Details
Authorbmqy
LicenseNo License
Categoryapp.follow.is
Created
Updated
Size484 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 Follow阅读优化
@namespace bmqy.net
@version 1.0.0
@description app.follow.is阅读样式优化
@author bmqy
==/UserStyle== */
@-moz-document url-prefix("https://app.follow.is/feeds/") {
/* 列表优化 */
#root main [data-entry-id] .group > div {
/* 标题 */
& > div:nth-child(2){
font-size: 16px;
font-weight: bold;
padding: 3px 0;
}
/* 摘要 */
& > div:nth-child(3){
line-height: 1.8;
}
}
}