A userstyle to make Mayin articles more readable for me
mayin.org readability improvements by shrayasr

Details
Authorshrayasr
LicenseMIT
Categorymayin.org
Created
Updated
Size759 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 mayin.org
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A userstyle to make Mayin articles more readable for me
@author Shrayas R
==/UserStyle== */
@-moz-document domain("mayin.org") {
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body {
margin: 0 auto;
width: 960px;
line-height: 1.6;
font-size: 20px;
font-family: "Roboto", serif;
font-weight: 400;
font-style: normal;
color: #2e2e2e;
background: papayawhip;
}
}