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 { .article-content {
counter-reset: h2; counter-reset: h2;
} }
}
.article-content, .article-content,
aside { article aside {
a { a {
color: #8ab4f8; color: #8ab4f8;
text-decoration: underline; text-decoration: underline;
@@ -503,9 +504,9 @@ article {
background-color: rgba(255, 255, 255, 0.02); background-color: rgba(255, 255, 255, 0.02);
border: 1px solid #444; border: 1px solid #444;
} }
} }
aside { aside {
h2::before, h2::before,
h3::before, h3::before,
@@ -514,7 +515,6 @@ article {
h6::before { h6::before {
content: none; content: none;
} }
}
} }
.numbered-headings { .numbered-headings {

View File

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