Make the HyperSpec a bit friendlier
Common Lisp HyperSpec by cdegroot
Details
Authorcdegroot
LicenseNo License
Categorylispworks.com
Created
Updated
Size579 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 2023-05-03, 8:19:31 p.m.
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document regexp(".*HyperSpec.*") {
body {
margin-left: 11em;
margin-right: 5em;
max-width: 850px;
font-family: sans-serif;
font-size: 20px;
}
pre {
background-color: #f0f0f0;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 15px;
padding-right: 15px;
font-size: 18px;
}
}