commit 27d57e0c73c1c02daed555b192d27a952a7be17d parent a644aec133a16eff70ac6f3b8e88e69abf8421c5 Author: n0tr1v <n0tr1v@protonmail.com> Date: Wed, 21 Jun 2023 23:55:10 -0700 fix style Diffstat:
| M | pkg/web/public/views/pages/chat-archive.gohtml | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/pkg/web/public/views/pages/chat-archive.gohtml b/pkg/web/public/views/pages/chat-archive.gohtml @@ -1,5 +1,8 @@ {{ define "extra-head" }} <style> + body { + background-color: {{ .AuthUser.ChatBackgroundColor }} !important; + } .mod-btn { width: 16px; height: 16px; margin: 0; padding: 0;