Added total success count on a hidden TN roll
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user