fix colors

This commit is contained in:
2020-03-10 18:04:30 +01:00
parent d8df6b5863
commit 2c81b6dda9
6 changed files with 12 additions and 14 deletions

View File

@@ -31,7 +31,7 @@
{{range $lists.Lists}}<!--
--><a class="file_button" href="/l/{{.ID}}" target="_blank">
<img src="{{$.APIEndpoint}}/list/{{.ID}}/thumbnail?width=80&height=80" alt="{{.Title}}" />
<span style="color: var(--highlight_color);">{{.Title}}</span>
<span class="file_button_title">{{.Title}}</span>
({{.FileCount}} Files)
<br/>
{{.DateCreated.Format "2006-01-02 15:04:05"}}