Stabilize runtime auth and E2E coverage

This commit is contained in:
Yun Chan 2026-06-26 14:47:00 +09:00
parent 6a3e3b541c
commit 188e899394
133 changed files with 55987 additions and 6775 deletions

View file

@ -34,7 +34,7 @@
.vg-sechead__title {
font-size: var(--fs-h2);
font-weight: 600;
letter-spacing: -0.015em;
letter-spacing: 0;
color: var(--text-strong);
line-height: 1.35;
}
@ -228,7 +228,7 @@
font-weight: 700;
color: var(--text-strong);
font-variant-numeric: tabular-nums;
letter-spacing: -0.02em;
letter-spacing: 0;
}
.vg-statline__lab {
font-size: var(--fs-xs);
@ -263,6 +263,9 @@
.vg-progress__fill--warn {
background: var(--warn-solid);
}
.vg-progress__fill--crit {
background: var(--crit-solid);
}
.vg-progress__fill--clay {
background: var(--clay);
}
@ -321,7 +324,7 @@
.vg-empty__title {
font-size: var(--fs-h1);
font-weight: 700;
letter-spacing: -0.02em;
letter-spacing: 0;
color: var(--text-strong);
line-height: 1.3;
}