feat: Change over to dark mode
This commit is contained in:
parent
89db3846d0
commit
1ab67249bf
|
@ -1,5 +1,5 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html data-bs-theme="dark">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>{% block title %}Welcome!{% endblock %}</title>
|
<title>{% block title %}Welcome!{% endblock %}</title>
|
||||||
|
|
|
@ -45,8 +45,8 @@
|
||||||
.none, .ignored { opacity: 0.15; }
|
.none, .ignored { opacity: 0.15; }
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<div style="background-color: var(--bs-gray-300)">
|
<div>
|
||||||
<div class="d-flex align-items-center p-2 ps-3 pe-3 border-bottom sticky-top bg-white">
|
<div class="d-flex align-items-center p-2 ps-3 pe-3 border-bottom sticky-top bg-body">
|
||||||
<h1 class="text-left p-0 mb-0 flex-grow-1">{{ block('title') }}</h1>
|
<h1 class="text-left p-0 mb-0 flex-grow-1">{{ block('title') }}</h1>
|
||||||
<form
|
<form
|
||||||
class="btn-group"
|
class="btn-group"
|
||||||
|
@ -71,7 +71,7 @@
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="d-flex flex-wrap m-2"
|
class="d-flex flex-wrap p-4"
|
||||||
|
|
||||||
hx-target="#baseModalContent"
|
hx-target="#baseModalContent"
|
||||||
hx-swap="innerHTML"
|
hx-swap="innerHTML"
|
||||||
|
@ -80,7 +80,7 @@
|
||||||
<div style="width: calc(100% / 16);">
|
<div style="width: calc(100% / 16);">
|
||||||
<div
|
<div
|
||||||
class="
|
class="
|
||||||
border text-center rounded bg-white
|
border text-center rounded
|
||||||
{{ char.lists|length == 0
|
{{ char.lists|length == 0
|
||||||
? 'none'
|
? 'none'
|
||||||
: char.lists|keys|join(' ')
|
: char.lists|keys|join(' ')
|
||||||
|
|
Loading…
Reference in New Issue