manejo offline de los datos

This commit is contained in:
2025-09-29 21:18:29 -06:00
parent b5e39cfa45
commit c531a745fe
9 changed files with 1538 additions and 75 deletions

View File

@@ -12,10 +12,14 @@
--brand-text-muted: #d8c7a6;
}
/* Critical: Prevent white flash on load */
html,
body {
background-color: var(--brand-bg);
margin: 0 !important;
padding: 0 !important;
background-color: #1b1209 !important;
color: var(--brand-text);
min-height: 100vh;
}
.brand-shell {