Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences here.
×
×
Cookie Preferences
We use Cookies to help personalize and improve Roll20. For more information on our use of non-essential Cookies, visit our Privacy Policy here.
I tried using the Chronicles of Darkness by Roll20 character sheet and I'm finding that the font size and color are extremely hard to read. Is anyone familiar enough with those sheets to help me darken it up a little?
Yeah, pretty familiar. Is the font-size and color overall hard to read, or only in some areas? What exactly do you want to darken, the text, background, or something else?
The input boxes are way too light. I haven't been able to find the css class that is making it so light. I took a screenshot and put a red arrow on the first input box above.
It looks like that's just the defaults. try add this to your sheet: input[type=text] { font-size: 16px; color: black; }
I'm a fan of using the browser extension Stylus to override styles of web pages as well as roll20 character sheets. Overriding a sheet's css only effects your view of the page. You might try creating a profile for the CoD sheet and include the css that Andreas has posted. If you're using a custom sheet, you could add your own class for the inputs and style away...