Changed color palette

This commit is contained in:
2025-11-13 00:59:43 +01:00
parent 78e8581e52
commit bea033816c
2 changed files with 16 additions and 8 deletions
+2 -2
View File
@@ -4,7 +4,7 @@
<ul>
{{ range .Pages }}
<hr>
<!--<hr>--->
<div class="blogpost">
<div class="blogpost-content">
<a class="blogpost-title" href="{{ .RelPermalink }}">{{ .Title }}</a>
@@ -16,7 +16,7 @@
</div>
</div>
<hr>
<!--<hr>--->
{{ end }}
</ul>