Set bg-color on html

This commit is contained in:
nemunaire 2024-10-01 19:30:25 +02:00
parent ded6ef6095
commit 7acda334a9
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="fr" class="d-flex flex-column mh-100 h-100">
<html lang="fr" class="d-flex flex-column mh-100 h-100 bg-light">
<head>
<meta charset="utf-8" />
<meta name="description" content="" />

View File

@ -17,7 +17,7 @@
<title>Hathoris</title>
</svelte:head>
<div class="flex-fill d-flex flex-column bg-light">
<div class="flex-fill d-flex flex-column">
<div class="container-fluid flex-fill d-flex flex-column justify-content-center">
<slot></slot>
</div>