Switch to warm minimal theme: linen texture, muted warm tones, add service links (Gitea/Cloudreve/MC)

This commit is contained in:
2026-07-08 16:19:33 +08:00
parent 1214e48733
commit e992d8cbe7
21 changed files with 300 additions and 469 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{{ define "body" }}
<section class="page-hero" style="--accent: #f44336">
<section class="page-hero" style="--accent: #b87070">
<h1>{{ .Title }}</h1>
<p class="subtitle">{{ .Description }}</p>
</section>
+1 -1
View File
@@ -12,6 +12,6 @@
{{ define "extra_head" }}
<style>
.warning-page { --accent: #f44336; }
.warning-page { --accent: #b87070; }
</style>
{{ end }}