body {
    /* This should apply a background color that fits the theme background.
    Use this to prevent seeing a white page flash when the app takes longer to load. */
    background-color: var(--gen-color-background-default);
}
.not-loaded {
    display: none;
}
