feat: Add Dark mode
Implements #2. Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
3970501666
commit
beabdd5749
5 changed files with 77 additions and 27 deletions
|
@ -1,6 +1,6 @@
|
|||
{{define "index"}}
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<html lang="en" data-bs-theme="light">
|
||||
|
||||
{{block "head" .}}{{end}}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue