diff options
Diffstat (limited to 'templates/page')
| -rw-r--r-- | templates/page/index.gohtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/page/index.gohtml b/templates/page/index.gohtml index 4b1389a..9bef33a 100644 --- a/templates/page/index.gohtml +++ b/templates/page/index.gohtml @@ -18,8 +18,8 @@ <a href="{{ .Link }}" style="{{ .GetLinkColor }}">{{ .Content }}</a> </div> {{ end }} - <div class="link" style="--background: #000;--background-hover: #333;"> - <a href="/tags" style="--text-color: #ddd;--text-color-hover: #fff;">Tags</a> + <div class="link" style="{{ .Color.Button.GetBackground }}"> + <a href="/tags" style="{{ .Color.Button.GetTextColor }}">Tags</a> </div> </div> </main> |
