From 3c6653a77b8951672ea169d175db154495a981fe Mon Sep 17 00:00:00 2001 From: r Date: Sun, 12 Jan 2020 17:16:57 +0000 Subject: Add dark mode --- templates/status.tmpl | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'templates/status.tmpl') diff --git a/templates/status.tmpl b/templates/status.tmpl index 9c9d55d..91d666d 100644 --- a/templates/status.tmpl +++ b/templates/status.tmpl @@ -5,7 +5,7 @@ avatar {{EmojiFilter .Account.DisplayName .Account.Emojis}} - retweeted + retweeted retweeted {{template "status" .Reblog}} @@ -28,17 +28,17 @@ {{if eq .Visibility "public"}} - Public + Public {{else if eq .Visibility "unlisted"}} - Unlisted + Unlisted {{else if eq .Visibility "private"}} - Private + Private {{else if eq .Visibility "direct"}} - Direct + Direct {{end}} - source + source {{end}} @@ -46,7 +46,7 @@ {{if .InReplyToID}}
- reply to reply to {{.Pleroma.InReplyToAccountAcct}} + reply to reply to {{.Pleroma.InReplyToAccountAcct}}
{{if index .ReplyMap .ID}} - {{end}} @@ -93,7 +93,7 @@
- reply + reply {{DisplayInteractionCount .RepliesCount}} @@ -102,18 +102,18 @@
{{if or (eq .Visibility "private") (eq .Visibility "direct")}} - retweet + retweet {{else}} {{if .Reblogged}}
- +
{{else}}
- +
{{end}} {{end}} @@ -125,12 +125,12 @@ {{if .Favourited}}
- +
{{else}}
- +
{{end}} -- cgit v1.2.3