Switch radio globe imagery to NASA Blue Marble

This commit is contained in:
Daniel 2026-03-06 12:10:19 +01:00
parent 54a53a98b7
commit 693f719abc
3 changed files with 28 additions and 5 deletions

View file

@ -1036,6 +1036,25 @@ html, body {
pointer-events: none;
}
.radio-attribution {
position: absolute;
right: 16px;
bottom: 16px;
z-index: 10;
font-size: 12px;
color: var(--text-faint);
background: rgba(30, 31, 34, 0.8);
padding: 4px 10px;
border-radius: 20px;
text-decoration: none;
transition: color var(--transition), background var(--transition);
}
.radio-attribution:hover {
color: var(--text-normal);
background: rgba(30, 31, 34, 0.92);
}
/* ── Spinner ── */
.radio-spinner {
width: 24px;