From 9ef45fe9f1a1a4378834d86009b364848fff3b56 Mon Sep 17 00:00:00 2001 From: ansuz Date: Thu, 13 Jul 2017 18:04:56 +0200 Subject: [PATCH] add background-color to names in chat --- www/friends/main.less | 1 + 1 file changed, 1 insertion(+) diff --git a/www/friends/main.less b/www/friends/main.less index b00f25e48..76dd6a164 100644 --- a/www/friends/main.less +++ b/www/friends/main.less @@ -126,6 +126,7 @@ body { .sender { margin-top: 10px; font-weight: bold; + background-color: rgba(0,0,0,0.1); } } }