Full width for getpocket with premium font Vollkorn
getpocket.com - 1/9/2023, 11:52:20 PM by rmuhamedgaliev
Details
Authorrmuhamedgaliev
LicenseMIT
Categorygetpocket.com
Created
Updated
Size601 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 getpocket.com - 1/9/2023, 11:52:20 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("getpocket.com") {
article.reader {
max-width: 100% !important;
font-size: 30px !important;
font-family: "Vollkorn" !important;
}
article pre {
background: #edf2aa !important;
padding-left: 50px !important;
padding-right: 50px !important;
}
ul li {
font-size: 25px !important;
}
}