Simplify launcher branding

This commit is contained in:
Andraxion 2026-06-27 01:20:44 -04:00
parent cae21b61b7
commit 1cd446bae8
4 changed files with 42 additions and 50 deletions

View file

@ -83,38 +83,40 @@ body {
}
.launcher-hero-window {
border: 0;
border-radius: 0;
background: transparent;
box-shadow: none;
overflow: visible;
grid-template-rows: minmax(0, 1fr);
justify-self: center;
width: min(620px, 100%);
}
.launcher-hero-body {
padding: 12px;
padding: 0;
}
.launcher-hero-card {
.launcher-hero-stack {
display: grid;
gap: 12px;
justify-items: center;
gap: 16px;
}
.launcher-hero-banner {
min-height: 0;
.launcher-title-bubble {
padding: 16px 24px;
border: 1px solid #4f79af;
border-radius: 999px;
background: color-mix(in srgb, #13233f 84%, transparent);
box-shadow:
0 16px 34px rgba(3, 8, 18, 0.34),
inset 0 0 0 1px rgba(180, 214, 255, 0.08);
backdrop-filter: blur(10px);
}
.launcher-hero-support {
padding: 12px 14px;
border: 1px solid #365782;
border-radius: 12px;
background: rgba(17, 32, 63, 0.84);
box-shadow: inset 0 0 0 1px rgba(10, 16, 32, 0.14);
}
.launcher-eyebrow {
margin: 0 0 10px;
font-size: 0.76rem;
letter-spacing: 0.14em;
text-transform: uppercase;
color: #9fd8ff;
font-weight: 700;
.launcher-hero-copy {
max-width: 50ch;
text-align: center;
}
.launcher-title {
@ -150,6 +152,11 @@ body {
margin-top: 16px;
}
.launcher-actions-floating {
margin-top: 0;
justify-content: center;
}
.launcher-changelog-window {
width: min(760px, 100%);
}
@ -914,15 +921,6 @@ body {
padding: 12px;
}
.eyebrow {
margin: 0;
font-size: 0.8rem;
letter-spacing: 0.09em;
text-transform: uppercase;
color: #9ec8f0;
font-weight: 700;
}
h1 {
margin: 0.2rem 0 0;
font-size: 24px;