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

View File

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