Better management for School Techniques

Gray color for hidden TN result in chat
Removed unused "techniques.list" props in template
This commit is contained in:
Vlyan
2021-02-13 13:23:02 +01:00
parent 6b322be3f4
commit db5d5b62aa
4 changed files with 19 additions and 8 deletions

View File

@@ -55,9 +55,9 @@
}
}
&.unknown {
background: rgba(255, 191, 0, 0.1);
border-color: rgba(133, 123, 51, 0.75);
color: rgba(155, 138, 55, 0.75);
background: rgba(121, 121, 121, 0.1);
border-color: rgba(124, 124, 124, 0.75);
color: rgba(91, 91, 91, 0.75);
}
&.fail {
background: rgba(255, 0, 0, 0.1);