Remove body-bg header from offline card, keep simple white text
Some checks failed
Repo Health / Access control (push) Successful in 1s
Auto-Update SHA Hash / Update SHA-256 Hash in updates.xml (release) Failing after 4s
Repo Health / Release configuration (push) Failing after 4s
Repo Health / Scripts governance (push) Successful in 4s
Repo Health / Repository health (push) Failing after 3s

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jonathan Miller
2026-04-18 13:07:50 -05:00
parent a39df87544
commit db2e4dade1

View File

@@ -58,25 +58,8 @@
display: block; display: block;
text-align: center; text-align: center;
text-decoration: none; text-decoration: none;
color: var(--body-font-color, #e6ebf1); color: #fff;
background: var(--body-bg, #0e1318); margin-bottom: 1.5rem;
margin: -2.5rem -2rem 1.5rem -2rem;
padding: 2rem;
border-radius: 0.875rem 0.875rem 0 0;
}
@media (min-width: 768px) {
.moko-offline-brand {
margin: -3rem -3rem 1.5rem -3rem;
padding: 2.5rem 3rem;
}
}
@media (max-width: 575.98px) {
.moko-offline-brand {
margin: -2rem -1.25rem 1.5rem -1.25rem;
padding: 1.5rem 1.25rem;
}
} }
.moko-offline-brand:hover { .moko-offline-brand:hover {