Adjusted background and text color, more space used for text, font bigger and slimmer, removed "Open in App" thing in the header.
Patreon Sepia Reader (Mobile) by armerarmermann

Details
Authorarmerarmermann
LicenseNo License
Categorypatreon.com
Created
Updated
Code size1.2 kB
Code checksum91b77ef4
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
div[elevation="subtle"] > div {
padding-left: 0;
padding-right: 0;
}
#renderPageContentWrapper > div > div > div > div > div > div > div:nth-child(3) > div > div > div > div > div > div:nth-child(1) p {
font-weight: 300;
font-size: larger;
color: #57452e;
line-height: 1.6;
margin-bottom: 2rem !important
}
main,
div[elevation="subtle"] {
background-color: #FBF0D9
}
/* ==UserStyle==
@name www.patreon.com/posts/chapter-832-odd-96790870 - Apr 2024
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Patreon Sepia Reader
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://www.patreon.com/posts") {
div[elevation="subtle"] > div {
padding-left: 0;
padding-right: 0;
}
#renderPageContentWrapper > div > div > div > div > div > div > div:nth-child(3) > div > div > div > div > div > div:nth-child(1) p {
font-weight: 300;
font-size: larger;
color: #57452e;
line-height: 1.6;
margin-bottom: 2rem !important
}
header div,
main,
div[elevation="subtle"] {
background-color: #FBF0D9
}
header > div > div:nth-child(3) {
display: none
}
}