Change font color for disabled technique in report matrix

This commit is contained in:
Shreya 2020-07-28 21:07:11 +05:30
parent 16e2c94037
commit b0dde1eb04
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ $black: #3a3a3a;
.attack-matrix .status-3 {
background-color: $disabled !important;
color: #929090;
color: $black;
}
.attack-matrix div.rt-td:hover {