Readable Gutenberg by tafubitto
Details
Authortafubitto
LicenseNo License
Categoryuserstyles
Created
Updated
Size470 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 Readable Gutenberg
@version 20210927.16.31
@namespace userstyles.world/user/tafubitto
@description # I had trouble reading for my english class so I wrote this up to help with my eyesight
@author tafubitto
@license No License
==/UserStyle== */
@-moz-document domain("gutenberg.org") {
body {
font-family: 'Helvetica', 'Arial', sans-serif;
color: #222222;
font-size: 18pt;
background-color: #bbbbbb;
}
}