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/emoji.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/emoji.tmpl') diff --git a/templates/emoji.tmpl b/templates/emoji.tmpl index 4b07e81..86ab285 100644 --- a/templates/emoji.tmpl +++ b/templates/emoji.tmpl @@ -1,12 +1,12 @@ {{with .Data}} {{template "header.tmpl" (WithContext .CommonData $.Ctx)}} -
Emojis
+

Emojis

{{range .Emojis}}
- {{.ShortCode}} + {{.ShortCode}} :{{.ShortCode}}:
-- cgit v1.2.3