Added total success count on a hidden TN roll

This commit is contained in:
Vlyan
2021-02-12 14:01:00 +01:00
parent 48b17be458
commit 6b322be3f4
4 changed files with 29 additions and 9 deletions

File diff suppressed because one or more lines are too long

View File

@@ -54,6 +54,11 @@
font-size: 1rem;
}
}
&.unknown {
background: rgba(255, 191, 0, 0.1);
border-color: rgba(133, 123, 51, 0.75);
color: rgba(155, 138, 55, 0.75);
}
&.fail {
background: rgba(255, 0, 0, 0.1);
border-color: rgba(155, 55, 55, 0.75);