feat(theme): rewrite the CSS with nested selectors

This commit is contained in:
Bruno Carlin 2025-07-02 23:58:44 +02:00
parent 394d1556f7
commit 2ca921f682
Signed by: bcarlin
GPG key ID: 8E254EA0FFEB9B6D
3 changed files with 223 additions and 213 deletions

View file

@ -30,10 +30,12 @@
</li>
</ul>
</nav>
<header id="menu" class="h-card">
{{ partial "header.html" . }}
</header>
<main class="container">
<main>
{{- if .IsTranslated }}
{{- range .Translations }}
<div class="translations">
@ -47,7 +49,8 @@
{{ block "main" . }}{{ end }}
</main>
<footer class="container">
<footer>
{{ partial "footer.html" . }}
</footer>
</body>