feat(tag): style on hover
This commit is contained in:
parent
fce56f5088
commit
2621bc5978
6 changed files with 23 additions and 10 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue