aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-11-14 15:22:50 +0100
committerAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-11-14 15:22:50 +0100
commit2621bc5978fc7f6f24d2f0ba91715c01c62b43a9 (patch)
tree25566b8d9013c33119c25019883440c39ab02d4a /templates
parentfce56f5088e27c0865d3a2d03936039e1a21059a (diff)
feat(tag): style on hover
Diffstat (limited to 'templates')
-rw-r--r--templates/page/tags.gohtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/page/tags.gohtml b/templates/page/tags.gohtml
index dc13916..4713ff4 100644
--- a/templates/page/tags.gohtml
+++ b/templates/page/tags.gohtml
@@ -1,7 +1,7 @@
{{define "body"}}
<main style="{{ .GetBackground }}">
<h2>Tags</h2>
- <div class="tags">
+ <div class="tags" style="{{ .Color.GetTagColor }}">
{{ range $tag := .Person.Tags }}
<div class="tag">
<h4>{{ .Name }}</h4>