dkforest

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

commit 4c62d7158b001ce48b6f6c60577c88312fa486d5
parent 1473bf1bc7e7051b72dc0733e5fad3683025c10f
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Mon, 27 Feb 2023 07:25:14 -0800

fix css by uD0S

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.7); opacity: 0.3; } .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; }