aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus@anhgelus.world>2024-12-01 14:08:56 +0100
committerAnhgelus Morhtuuzh <anhgelus@anhgelus.world>2024-12-01 14:08:56 +0100
commit26c50463fc8af1d05f003d29b6e290616bb8fcb6 (patch)
tree7cc309fda0863ff063a3bb5e31b3f4bc12fe7d64 /templates
parent1bd65213097cfdac6b3bb0164821299d99d7e351 (diff)
feat(card): better style on large screen
Diffstat (limited to 'templates')
-rw-r--r--templates/page/legal.gohtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/page/legal.gohtml b/templates/page/legal.gohtml
index 6452f5f..0e37f49 100644
--- a/templates/page/legal.gohtml
+++ b/templates/page/legal.gohtml
@@ -1,5 +1,5 @@
{{define "body"}}
- <div class="credits-legal">
+ <div class="credits-legal" style="{{ .GetBackground }}">
<h2>Legal information</h2>
<p>
Other legal information are available <a href="{{ .Legal.LegalInformationLink }}" target="_blank">here</a>.
@@ -16,4 +16,4 @@
<h3>Font credits</h3>
<p>{{ .Legal.FontSource }}</p>
</div>
-{{end}} \ No newline at end of file
+{{end}}