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

Power Cards 3 (Version 3.8.21 with Chrome) Card Title Font Issues

1705164922

Edited 1705164989
Long time user returning after a long time away and I am hoping that someone can help with this issue I am having. I am running Power Cards version 3.8.21 and the title font shows up washed out. Running in Chrome. I think something to do with shadows... Any suggestions?
Well with a little messing around with the PowerCards.js code I came upon a fix. Anyone know why this worked and/or caused the font shadow issue? Under DEFAULT FORMATTING I changed from: var PlayerTXShadow = (getBrightness(PlayerBGColor) < (255 / 2)) ? "#FFFFFF" : "#000000"; to:  var PlayerTXShadow = (getBrightness(PlayerBGColor) < (255 /  1 )) ? "#FFFFFF" : "#000000";
I cannot tell you why it worked but I can say that Power Cards is being kept "alive" so to speak but will not receive further updates. Bugfixes will be released in case of reality-breaking issues, but everything that Power Cards does (and more!) is now supported by Script Cards (same author who continued the work of the original Power Cards script) which I highly recommend you take a look at!
Will do... Thanks. Boris said: I cannot tell you why it worked but I can say that Power Cards is being kept "alive" so to speak but will not receive further updates. Bugfixes will be released in case of reality-breaking issues, but everything that Power Cards does (and more!) is now supported by Script Cards (same author who continued the work of the original Power Cards script) which I highly recommend you take a look at!