Toggle light and dark modes + header color
This commit is contained in:
parent
d40bc51101
commit
b7f0d6f8b2
6 changed files with 118 additions and 10 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<!doctype html>
|
||||
<html lang="fr" class="h-100" data-bs-theme="dark">
|
||||
<html lang="fr" class="h-100" data-bs-theme="{{ Globals.ColorMode }}">
|
||||
{% include "partials/easter_egg.html" %}
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue