diff options
| author | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-11-10 00:43:24 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-11-10 00:43:24 +0100 |
| commit | 6a177e466334086b26689429e3da5a8bfba449de (patch) | |
| tree | b4d4d400f3c33ad233056e6808017905097eae4e /templates/base/base.gohtml | |
| parent | 8129d4f13d4c25874e48394fce8b3dccb123a92b (diff) | |
feat(link): change color on hover
Diffstat (limited to 'templates/base/base.gohtml')
| -rw-r--r-- | templates/base/base.gohtml | 2 |
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> |
