260323:0917 fix CI : Run Tests #01
This commit is contained in:
@@ -0,0 +1,72 @@
|
||||
.ansi-black-fg {
|
||||
color: #000;
|
||||
}
|
||||
.ansi-black-bg {
|
||||
background-color: #000;
|
||||
}
|
||||
.ansi-red-fg {
|
||||
color: #f66;
|
||||
}
|
||||
.ansi-red-bg {
|
||||
background-color: #f66;
|
||||
}
|
||||
.ansi-green-fg {
|
||||
color: #94f494;
|
||||
}
|
||||
.ansi-green-bg {
|
||||
background-color: #94f494;
|
||||
}
|
||||
.ansi-yellow-fg {
|
||||
color: #f4f47b;
|
||||
}
|
||||
.ansi-yellow-bg {
|
||||
background-color: #f4f47b;
|
||||
}
|
||||
.ansi-blue-fg {
|
||||
color: #9e9eff;
|
||||
}
|
||||
.ansi-blue-bg {
|
||||
background-color: #9e9eff;
|
||||
}
|
||||
.ansi-magenta-fg {
|
||||
color: #db6bdb;
|
||||
}
|
||||
.ansi-magenta-bg {
|
||||
background-color: #db6bdb;
|
||||
}
|
||||
.ansi-cyan-fg {
|
||||
color: #81eeee;
|
||||
}
|
||||
.ansi-cyan-bg {
|
||||
background-color: #81eeee;
|
||||
}
|
||||
.ansi-white-fg {
|
||||
color: #d6d6d6;
|
||||
}
|
||||
.ansi-white-bg {
|
||||
background-color: #d6d6d6;
|
||||
}
|
||||
.ansi-bright-black-fg {
|
||||
color: #6e6e6e;
|
||||
}
|
||||
.ansi-bright-red-fg {
|
||||
color: #ffa8a8;
|
||||
}
|
||||
.ansi-bright-green-fg {
|
||||
color: #0f0;
|
||||
}
|
||||
.ansi-bright-yellow-fg {
|
||||
color: #ffffa8;
|
||||
}
|
||||
.ansi-bright-blue-fg {
|
||||
color: #9494ff;
|
||||
}
|
||||
.ansi-bright-magenta-fg {
|
||||
color: #ffb3ff;
|
||||
}
|
||||
.ansi-bright-cyan-fg {
|
||||
color: #adffff;
|
||||
}
|
||||
.ansi-bright-white-fg {
|
||||
color: #fff;
|
||||
}
|
||||
Reference in New Issue
Block a user