Added style to hero
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user