Change color directly in html

This commit is contained in:
akibi90
2024-04-27 01:32:42 +02:00
committed by GitHub
parent 7810fe57fe
commit ace3f30fdc
2 changed files with 1 additions and 5 deletions
-4
View File
@@ -1238,7 +1238,3 @@ label.sheet-attr {
color: #B31515;
border: none;
}
/* roll text color */
.coloB{
color:#333;
}
+1 -1
View File
@@ -1753,7 +1753,7 @@
<!-- roll result table -->
<rolltemplate class="sheet-rolltemplate-aw">
<table>
<tr><th colspan="2" class="coloB">{{name}} rolls<br><i>{{#roll_name}}{{roll_name}}{{/roll_name}}{{#roll_mod}}{{/roll_mod}}</i></th></tr>
<tr><th colspan="2"><div style="color:black">{{name}} rolls<br><i>{{#roll_name}}{{roll_name}}{{/roll_name}}{{#roll_mod}}{{/roll_mod}}</i></div></th></tr>
<tr>
{{#rollTotal() result 16}}
<td class="result success">{{result}}</td>