aboutsummaryrefslogtreecommitdiff
path: root/templates/base
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-11-10 00:43:24 +0100
committerAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-11-10 00:43:24 +0100
commit6a177e466334086b26689429e3da5a8bfba449de (patch)
treeb4d4d400f3c33ad233056e6808017905097eae4e /templates/base
parent8129d4f13d4c25874e48394fce8b3dccb123a92b (diff)
feat(link): change color on hover
Diffstat (limited to 'templates/base')
-rw-r--r--templates/base/base.gohtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base/base.gohtml b/templates/base/base.gohtml
index 12568ed..003eab1 100644
--- a/templates/base/base.gohtml
+++ b/templates/base/base.gohtml
@@ -9,7 +9,7 @@
<link rel="stylesheet" href="{{getAssetPath "styles.css"}}" />
{{template "opengraph-base" .SEO}}
</head>
- <body style="{{ .Data.GetBackgroundImage }}">
+ <body style="{{ .Data.GetBackgroundImage }}{{ .Data.GetTextColor }}">
{{template "body" .Data}}
<div class="credits">
<p>Crafted by <a href="https://www.anhgelus.world/" target="_blank">Anhgelus Morhtuuzh</a></p>