From 1d61f1aa27376e778b7a517fdd5739a8c1976d2e Mon Sep 17 00:00:00 2001 From: r Date: Thu, 28 Dec 2023 13:27:30 +0000 Subject: Update the default theme This uses better color contrast and component spacing to improve legibility. The updated HTML also has better compatibility with browsers with limited/no CSS support. --- templates/timeline.tmpl | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'templates/timeline.tmpl') diff --git a/templates/timeline.tmpl b/templates/timeline.tmpl index 38659dc..5b02c5f 100644 --- a/templates/timeline.tmpl +++ b/templates/timeline.tmpl @@ -1,15 +1,14 @@ {{with .Data}} {{template "header.tmpl" (WithContext .CommonData $.Ctx)}} -
- {{.Title}} - refresh +
+

{{.Title}} refresh

{{if eq .Type "remote"}} -
- + + - + @@ -19,14 +18,14 @@ {{template "status.tmpl" (WithContext . $.Ctx)}} {{end}} - + {{template "footer.tmpl"}} {{end}} -- cgit v1.2.3