豆瓣电影和豆瓣读书的阅读体验优化
豆瓣电影、读书 - 阅读体验优化 by phoenix1917
Details
Authorphoenix1917
LicenseNo License
Categorydouban.com
Created
Updated
Size819 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 douban.com - 2022/2/6 下午5:47:05
@namespace github.com/openstyles/stylus
@version 1.0.0
@description 豆瓣电影和豆瓣读书的阅读体验优化
@author Damon
==/UserStyle== */
@-moz-document domain("movie.douban.com"), domain("book.douban.com") {
body {
background-color: #f0ebe6;
}
.review-content p {
color: #3f352e !important;
}
.comment-content {
color: #464646 !important;
}
.meta-header {
background-color: #e2e2e2 !important;
}
.form-area {
background-color: #fff5eb !important;
}
}
@-moz-document domain("book.douban.com") {
.review-content {
color: #3f352e !important;
}
.review-content br {
display: block;
margin: 15px 0;
content: " ";
}
}
@-moz-document domain("movie.douban.com") {
}