dkforest

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

commit 4479a4bd760bcc5b1034c3930c84a1f1637420d7
parent be03f19a05842496b479109c2a81d06a1c4fa2e8
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Wed, 15 Feb 2023 03:14:16 -0800

improve design

Diffstat:
Mpkg/web/public/views/pages/chat-messages.gohtml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/web/public/views/pages/chat-messages.gohtml b/pkg/web/public/views/pages/chat-messages.gohtml @@ -153,7 +153,7 @@ .f-orange-clr { color: orange; } .f-white-clr, .f-white-clr:hover { color: white; } .line-through { text-decoration: line-through; } - .hb-row { background-color: rgba(0, 0, 0, 0.7); } + .hb-row { background-color: rgba(0, 0, 0, 0.35); } .own-highlight { background-color: rgba(255,241,176,0.05); } .read-marker { border-top: {{ $.AuthUser.ChatReadMarkerSize }}px solid {{ $.AuthUser.ChatReadMarkerColor }}; } #msgs { {{ if not .AuthUser.HideRightColumn }}width: calc(100% - 170px); float: left; {{ end }}line-height: 1.2; }