chore: improve workflow performance

This commit is contained in:
Justineo
2025-09-28 18:56:11 +08:00
committed by GU Yiling
parent 3ea95c6692
commit 57c3a07cf2
4 changed files with 17 additions and 25 deletions

View File

@ -538,17 +538,9 @@ onBeforeUnmount(() => {
}
html.dark .message {
background-color: color-mix(
in srgb,
var(--surface) 72%,
var(--border) 28%
);
background-color: color-mix(in srgb, var(--surface) 72%, var(--border) 28%);
color: var(--heading);
border: 1px solid color-mix(
in srgb,
var(--border) 45%,
transparent 55%
);
border: 1px solid color-mix(in srgb, var(--border) 45%, transparent 55%);
}
.message.open {