Change MITRE report color scheme

This commit is contained in:
Shreya 2020-07-27 22:56:35 +05:30
parent 005278cda0
commit 76aae1faec
2 changed files with 5 additions and 5 deletions

View File

@ -1,9 +1,9 @@
$transition: 300ms cubic-bezier(0.6, 0.3, 0.3, 0.6);
$danger-color: #ebbcba;
$disabled-color: #b7c2ff;
$disabled-color: #f4f4f4;
$info-color: #ade3eb;
$default-color: #e0ddde;
$default-color: #cbcbcb;
$warning-color: #ffe28d;
.collapse-item button {

View File

@ -1,6 +1,6 @@
// colors
$disabled: #b7c2ff;
$not-attempted: #e0ddde;
$disabled: #f4f4f4;
$not-attempted: #cbcbcb;
$attempted: #ffe28d;
$used: #ebbcba;
$black: #3a3a3a;
@ -22,7 +22,7 @@ $black: #3a3a3a;
.attack-matrix .status-3 {
background-color: $disabled !important;
color: $black;
color: #929090;
}
.attack-matrix div.rt-td:hover {