feat(style): custom colors for default buttons
This commit is contained in:
parent
c8ea8d4cd3
commit
7219e5bdf1
3 changed files with 21 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue