forked from p15670423/monkey
Change MITRE report color scheme
This commit is contained in:
parent
005278cda0
commit
76aae1faec
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue