From bfc11495f3740060b4ca1bb55e07977015fc15d9 Mon Sep 17 00:00:00 2001 From: Raroun Date: Tue, 26 Dec 2023 14:13:02 +0100 Subject: [PATCH] Update style.css Adjusted the BGcolor as suggested by Annando --- view/theme/frio/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 8f1a322d50..924baf639d 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -3490,7 +3490,7 @@ body .tread-wrapper .hovercard:hover .hover-card-content a { * elsewhere (e.g. new templates) */ #remote-friends-in-common { - background-color: #fff; + background-color: rgba(247, 247, 247, $contentbg_transp) border-radius: 4px; color: #444; display: grid;