.sheet-rolltemplate-custom .inlinerollresult {
background-color:#fef68e;
display: inline-block;
min-width: 1.5em;
text-align: center;
border: 2px solid rgba(167, 168, 170,1);
}
.sheet-rolltemplate-custom .inlinerollresult.fullcrit {
background-color:#fef68e;
border: 2px solid #3FB315;
}
.sheet-rolltemplate-custom .inlinerollresult.fullfail {
background-color:#fef68e;
border: 2px solid #B31515;
}
.sheet-rolltemplate-custom .inlinerollresult.importantroll {
background-color:#fef68e;
border: 2px solid #4A57ED;
I've try to use this code, trying to restore the yellow background, but it worked just for the crit. Any suggestion?