Narrower centered text, accessible line height and 16px font-size.
Readable sqlite.org by HoldYourWaffle
Details
AuthorHoldYourWaffle
LicenseCC Zero
Categorysqlite
Created
Updated
Code size348 B
Code checksum80d76014
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Readable sqlite.org
@version 20250425.00.38
@namespace ?
@description Narrower centered text, accessible line height and 16px font-size.
@license CC Zero
==/UserStyle== */
@-moz-document domain("sqlite.org") {
body {
max-width: 80ch;
margin: auto;
line-height: 1.6;
font-size: 105%;
}
}