feat: update codex live chat workflow

This commit is contained in:
2026-04-22 20:00:38 +09:00
parent 9e4b70f1f1
commit b0b9980a6c
70 changed files with 5178 additions and 2401 deletions

View File

@@ -17,6 +17,13 @@ body,
overflow-x: hidden;
}
html,
body {
background:
radial-gradient(circle at top, rgba(22, 93, 255, 0.14), transparent 34%),
linear-gradient(180deg, #f8fbff 0%, #eef4ff 45%, #ffffff 100%);
}
.markdown-preview__image {
display: block;
width: 100%;
@@ -35,6 +42,7 @@ body {
min-width: 320px;
font-family:
'SUIT Variable', 'Pretendard Variable', Pretendard, -apple-system, BlinkMacSystemFont, sans-serif;
color: #182230;
}
img,