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 .
×
Create a free account

Font color and size hard to read on Chronicles of Darkness by Roll20 character sheet {Looking for fix)

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?
1562455448
Andreas J.
Forum Champion
Sheet Author
Translator
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.
1562462358
Andreas J.
Forum Champion
Sheet Author
Translator
It looks like that's just the defaults. try add this to your sheet: input[type=text] {     font-size: 16px;     color: black; }
1562468732

Edited 1562468866
vÍnce
Pro
Sheet Author
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...