Based on user e-dt's userstyle, this one also centers the body to make it more readable.
Better marxists.org ✨ by oxfist
Details
Authoroxfist
LicenseNo License
Categorymarxists
Created
Updated
Size552 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 Better marxists.org
@version 20230426.01.24
@namespace userstyles.world/user/oxfist
@description decreases line length, centers body, and increses font size on marxists.org
@author oxfist
@license Not copyrightable as it does not constitute a substantive work
==/UserStyle== */
@-moz-document domain("marxists.org") {
p {
font-size: 1.5em !important;
max-width: 996px !important;
margin: 1em auto !important;
}
p.pagenote {
max-width: unset !important;
}
}