dkforest

A forum and chat platform (onion)
git clone https://git.dasho.dev/n0tr1v/dkforest.git
Log | Files | Refs | LICENSE

commit 89713e3d9fe70bfcbc8f884a667734cf021de9dd
parent 11ae254320e4d8dfd770ad57be54f5ea4f692aa9
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Thu, 25 May 2023 03:22:20 -0700

improve template

Diffstat:
Mpkg/web/handlers/api/v1/messages.qtpl | 2+-
Mpkg/web/handlers/api/v1/messages.qtpl.go | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pkg/web/handlers/api/v1/messages.qtpl b/pkg/web/handlers/api/v1/messages.qtpl @@ -102,7 +102,7 @@ animation: {%dl Data.DelayHideDeleteButton %}s 1s forwards orange_btn; } @keyframes orange_btn { - 100% { color: orange; } + 99% { color: ea2a2a; } 100% { color: orange; } } .delete_msg_btn::after { content: "×"; } .hb_btn { diff --git a/pkg/web/handlers/api/v1/messages.qtpl.go b/pkg/web/handlers/api/v1/messages.qtpl.go @@ -136,7 +136,7 @@ func StreamGenerateStyle(qw422016 *qt422016.Writer, AuthUser *database.User, Dat qw422016.N().S(`s 1s forwards orange_btn; } @keyframes orange_btn { - 100% { color: orange; } + 99% { color: ea2a2a; } 100% { color: orange; } } .delete_msg_btn::after { content: "×"; } .hb_btn {