用途の違う色を使用しないように

This commit is contained in:
kakkokari-gtyih 2024-06-22 16:00:10 +09:00
parent cc3cfe0d7d
commit e96c94ef2e
1 changed files with 2 additions and 1 deletions

View File

@ -204,7 +204,8 @@ definePageMetadata(() => ({
left: 0;
width: 100%;
height: 100%;
background-color: var(--acrylicPanel);
background-color: var(--panel);
opacity: .5;
cursor: not-allowed;
}