Make Pricefx Helpdesk Portal More Readable
pricefx-portal.force.com by smissingham
Details
Authorsmissingham
LicenseNo License
Categorypricefx-portal.force.com
Created
Updated
Size455 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 pricefx-portal.force.com - 7/26/2022, 7:48:08 AM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("pricefx-portal.force.com") {
/* Insert code here... */
html, body {
font-family: "NeoSansPro-Regular", sans-serif !important;
}
body p,span {
font-size: 16px !important;
}
}