fix: reduce menu overlay opacity to show background video

This commit is contained in:
2026-06-10 14:54:28 +08:00
parent ea01e61fde
commit e7ed52d89b
2 changed files with 2 additions and 2 deletions

View File

@@ -502,7 +502,7 @@ html, body {
padding: 16px 36px; padding: 16px 36px;
font-size: 20px; font-size: 20px;
color: #ffc107; color: #ffc107;
background: rgba(0, 0, 0, 0.85); background: rgba(0, 0, 0, 0.5);
border: 1px solid rgba(255, 193, 7, 0.4); border: 1px solid rgba(255, 193, 7, 0.4);
border-radius: 6px; border-radius: 6px;
letter-spacing: 3px; letter-spacing: 3px;

View File

@@ -50,7 +50,7 @@ const { t } = useI18n()
.main-menu-overlay { .main-menu-overlay {
position: fixed; position: fixed;
inset: 0; inset: 0;
background: rgba(0, 0, 0, 0.88); background: rgba(0, 0, 0, 0.5);
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;