This style makes elysahenegar.com easier to read
ElysaHenegar larger font by scottkillen
Details
Authorscottkillen
LicenseThe Unlicense
Categoryelysahenegar.com
Created
Updated
Size380 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 ElysaHenegar larger font
@namespace elysahenegar.com
@version 1.0.0
@description This style makes elysahenegar.com easier to read
@author Scott Killen
==/UserStyle== */
@-moz-document domain("elysahenegar.com") {
#main-content p {
font-size: 14px !important;
color: #222 !important;
}
}