change theme 2 dark

This commit is contained in:
2026-05-27 23:31:29 +03:00
parent 8187183317
commit 21c981c2e0
9 changed files with 14 additions and 14 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
{{ define "main" }}
<div class="container-xxl">
<main>
<section class="bg-white border rounded shadow-sm p-3 mb-3 text-center">
<section class="bg-body-tertiary border rounded shadow-sm p-3 mb-3 text-center">
<nav aria-label="breadcrumb">
<ol class="breadcrumb m-0">
<li class="breadcrumb-item"><a href="/">Главная</a></li>
@@ -11,7 +11,7 @@
</nav>
</section>
<section class="bg-white border rounded shadow-sm p-3 mb-3 text-center">
<section class="bg-body-tertiary border rounded shadow-sm p-3 mb-3 text-center">
<h3 class="m-0 p-0">{{ .Title }}</h3>
<div class="mt-2 text-secondary">
@@ -31,7 +31,7 @@
</div>
</section>
<section class="content bg-white border rounded shadow-sm p-3 mb-3">
<section class="bg-body-tertiary content border rounded shadow-sm p-3 mb-3">
{{ .Content }}
</section>
</main>