From 1846ed75bfff1f187472856525bbcf09fe46ff08 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sat, 25 May 2024 12:25:13 +0200 Subject: Minor style update for the `.abook-self` CSS class. It was hardcoded to a blindingly white, which did not work too well with the white text in dark mode. Use a proper bootstrap var, so it follows the prefered color scheme instead. --- view/theme/redbasic/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/theme/redbasic') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index b7d2db63d..0fc158108 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1083,7 +1083,7 @@ img.mail-conv-sender-photo { } .abook-self { - background-color: #ffdddd; + background-color: var(--bs-light-bg-subtle); } .abook-pending-contact, .abook-permschange { -- cgit v1.2.3