세션 시작 화면 아바타 문구 보정

This commit is contained in:
Yun Chan 2026-06-27 16:09:58 +09:00
parent 6fa50c52ff
commit 0cdbf8e4fe

View file

@ -1396,6 +1396,15 @@
.sx-prestart__visual .vg-avatar {
justify-self: center;
}
.sx-page--prestart .sx-prestart__visual .vg-avatar__persona {
color: rgba(238, 244, 242, 0.82);
}
.sx-page--prestart .sx-prestart__visual .vg-avatar__state {
color: rgba(238, 244, 242, 0.64);
}
.sx-page--prestart .sx-prestart__visual .vg-avatar__state b {
color: rgba(238, 244, 242, 0.78);
}
.sx-prestart__main {
min-width: 0;
position: relative;