Set bg-color on html
This commit is contained in:
parent
ded6ef6095
commit
7acda334a9
@ -1,5 +1,5 @@
|
|||||||
<!DOCTYPE html>
|
<!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>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="description" content="" />
|
<meta name="description" content="" />
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
<title>Hathoris</title>
|
<title>Hathoris</title>
|
||||||
</svelte:head>
|
</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">
|
<div class="container-fluid flex-fill d-flex flex-column justify-content-center">
|
||||||
<slot></slot>
|
<slot></slot>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user