💄 Add dark mode to loading page

Co-authored-by: Félix Legrelle <legrelle.f@gmail.com>
pull/2360/head
Lucas Stoebner 2022-10-26 20:10:43 +02:00 committed by Johan Girod
parent a3dd43c4c2
commit 29d47960c7
2 changed files with 8 additions and 1 deletions

View File

@ -187,6 +187,13 @@
<!--app-html:end-->
</div>
<script>
const darkMode = localStorage.getItem('darkMode') === 'true'
if (darkMode) {
document.body.style.backgroundColor = '#0f172a'
}
</script>
<!-- USER AGENT DATA ATTRIBUTE -->
<script>
var b = document.documentElement

View File

@ -66,7 +66,7 @@ export default defineConfig(({ command, mode }) => ({
"mon-entreprise.urssaf.fr : L'assistant officiel du créateur d'entreprise",
description:
'Du statut juridique à la première embauche, en passant par la simulation des cotisations, vous trouverez ici toutes les ressources pour démarrer votre activité.',
shareImage: '/logo-share.png',
shareImage: '/source/images/logo-monentreprise.svg',
shareImageAlt: 'Logo mon-entreprise, site Urssaf',
},
infrance: {