changed headers color
All checks were successful
Website / Website veröffentlichen (push) Successful in 5s

This commit is contained in:
2026-01-18 14:32:02 +01:00
parent 9aa97aa057
commit 62d7bbf2ed

View File

@@ -12,7 +12,7 @@
{{ define "main" }}
<div class="mx-auto my-10 max-w-6xl">
<div class="mx-3 col-span-3 lg:col-span-2 px-2">
<h1 class="title text-5xl font-bold mb-3">{{.Title}}</h1>
<h1 class="title text-5xl font-bold mb-3 text-green-custom">{{.Title}}</h1>
<section class="mb-4 text-lg">
<h4 id="date" class="flex flex-row items-center"><span class="icon-access_time text-2xl mr-2"></span>
{{ .Date.Format "2006/01/02" }} </h4>
@@ -34,7 +34,7 @@
{{ if .Params.image }}
<img class="my-4" src="{{ .Params.image | absURL }}">
{{ end }}
<div class="content text-white-custom md:prose-lg lg:prose-xl max-w-none py-1">{{.Content}}</div>
<div class="content text-white-custom header-green-custom md:prose-lg lg:prose-xl max-w-none py-1">{{.Content}}</div>
<hr class="py-4">
{{- with .Site.Params.disqusShortname }}
<div class="mb-3">