1

Added style to hero

This commit is contained in:
2025-03-30 00:03:05 +01:00
parent fe24883933
commit d0a1a80143
2 changed files with 458 additions and 458 deletions

View File

@@ -2,9 +2,10 @@ article {
.article-content {
counter-reset: h2;
}
}
.article-content,
aside {
article aside {
a {
color: #8ab4f8;
text-decoration: underline;
@@ -515,7 +516,6 @@ article {
content: none;
}
}
}
.numbered-headings {
h2 {

View File

@@ -6,7 +6,7 @@
<img src="{{ .RelPermalink }}" alt="Logo" class="site-logo" />
{{- end }}
<div>
<div class="article-content">
{{ .Content -}}
</div>
</section>