fix: reduce menu overlay opacity to show background video
This commit is contained in:
@@ -50,7 +50,7 @@ const { t } = useI18n()
|
||||
.main-menu-overlay {
|
||||
position: fixed;
|
||||
inset: 0;
|
||||
background: rgba(0, 0, 0, 0.88);
|
||||
background: rgba(0, 0, 0, 0.5);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
Reference in New Issue
Block a user