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

All Sheet Text is Read

I'm creating a modification for a set of house rules for the Cypher game to playtest but can not figure out how to change the text from red to any color.&nbsp; My CSS skills is modest but I feel I"ve tried everything i can think of.&nbsp; I've located where the text colors should be determined, changed them, changed the variables even created a body master color to see if that would work. Nothing works.&nbsp; I've checked every color in the CSS and only a few produce red and changing them does nothing for the text.&nbsp; Can someone help?&nbsp; I'm using this file, unaltered, the HTML and the CSS.&nbsp;&nbsp; <a href="https://github.com/Roll20/roll20-character-sheets/tree/master/Cypher%20Systems%20by%20Roll20" rel="nofollow">https://github.com/Roll20/roll20-character-sheets/tree/master/Cypher%20Systems%20by%20Roll20</a> Any help would be much appreciated.&nbsp;
1699018799
Scott C.
Forum Champion
Sheet Author
API Scripter
Compendium Curator
You are missing the translation.json file that is also located in that directory.
Awesome this worked&nbsp; One more question My new elements are still red.&nbsp; I added them to the translation but no luck. I also lost the gear to change character sheets and options.&nbsp; Any suggestions why?&nbsp;
1699115907
Scott C.
Forum Champion
Sheet Author
API Scripter
Compendium Curator
youd need to share your code to figure that out.
1699117393

Edited 1699338019
vÍnce
Pro
Sheet Author
I was posting about the translation.json not having a trailing comma after each key=value pair, but then I realized that particular file was using leading commas.&nbsp; ;-) Still valid, just not what I'm used to seeing. Might want to just double check your translation file/format is valid with <a href="https://jsonlint.com/" rel="nofollow">https://jsonlint.com/</a> or similar site.
Thanks so much for all your help. I double checked the json an did clean some of it up. i'll spend more time this week trying to figure it out.&nbsp; I got most of the red gone. Thanks again!!&nbsp;