Increases the default font size on barebones.com.
barebones.com - bigger font size by beporter
Details
Authorbeporter
LicenseNo License
Categorybarebones.com
Created
Updated
Size304 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 barebones.com - 10/6/2022, 3:14:37 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("barebones.com") {
body {
font-size: 14pt;
}
}