Files
lcbp3/จัดการตำแหน่ง Node n8n_files/ansi-1f6vhsjh.css
T
admin 11984bfa29
CI Pipeline / build (push) Failing after 12m41s
Build and Deploy / deploy (push) Failing after 2m44s
260322:1648 Correct Coresspondence / Doing RFA / Correct CI
2026-03-22 16:48:12 +07:00

73 lines
1011 B
CSS

.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;
}