Centered and more readable
opengroup.org by kota
Details
Authorkota
LicenseNo License
Categoryopengroup.org
Created
Updated
Size520 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 opengroup.org - 10/29/2022, 7:44:09 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("opengroup.org") {
html {
font-family: sans-serif;
color: #080808;
}
body {
max-width: 920px;
margin: 0 auto;
padding: 1rem;
font-size: 1.05em;
line-height: 1.3;
}
code,
pre {
font-family: mono;
}
}