Add files via upload

This commit is contained in:
James 2025-09-28 12:17:13 -07:00 committed by GitHub
parent 11f39398f6
commit 2414c23c90
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -227,9 +227,9 @@
.hero-art {
position: relative;
aspect-ratio: 16/10;
aspect-ratio: 16/16;
border-radius: var(--radius);
background: linear-gradient(180deg, rgba(18,255,157,.18), rgba(18,255,157,.05) 30%, rgba(0,0,0,.2) 70%), url('https://images.unsplash.com/photo-1519681393784-d120267933ba?q=80&w=1600&auto=format&fit=crop') center/cover no-repeat;
background: url('img/mainmenu.png') center/cover no-repeat;
box-shadow: var(--shadow);
border: 1px solid rgba(255,255,255,.06)
}