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

Inline roll thing that's bothering me

So I'm making a custom campaign and my attacking mechanic works by rolling a four sided die X number of times and then adding up the result, where one side is 0, two sides are 1 and one side is 2 (I decided to do this because it reduces the disparity caused by other die, damage is a lot more consistent overall, which is what I'm aiming for). But anyways, when I do the inline roll for this, it really bugs me that whenever any of the die rolls are 1, the inline roll has a red border around it. Does anyone know how I can edit some option or whatever so that I can specifically choose my own conditions for the color of the border?
<a href="https://wiki.roll20.net/Dice_Reference" rel="nofollow">https://wiki.roll20.net/Dice_Reference</a> Section: Critical Success and Fumble Points The borders are caused by roll20 when it determines that your roll was a critical success or fumble. You can define what a fumble or success is by using the syntax. Example 1d20cs21cf22 would mean that no roll is a highlighted
1514740661

Edited 1514740697
vÍnce
Pro
Sheet Author
A sheet's author can effect the border color of inline rolls used within a defined roll template.&nbsp; You might use a browser extension like&nbsp; Stylish to override roll20's default style.&nbsp; This a great method for customizing roll20's appearance.&nbsp; BTW, overriding a pages style&nbsp;is a purely a visual change that will only appear different for you. example.&nbsp; To remove/hide the crit fumble border color on a crit fail&nbsp; .textchatcontainer .inlinerollresult.fullfail { &nbsp; &nbsp; border: 2px solid transparent !important; }