From 1ade91a551fb88181e9ea940f44defa79428c0a6 Mon Sep 17 00:00:00 2001 From: "Jan C. Borchardt" Date: Thu, 8 Sep 2022 12:50:41 +0200 Subject: [PATCH] Contacts menu mail addresses in maxcontrast Signed-off-by: Jan C. Borchardt --- core/css/server.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/core/css/server.css b/core/css/server.css index 5e0ce4279be..0ac5350403d 100644 --- a/core/css/server.css +++ b/core/css/server.css @@ -931,8 +931,9 @@ span.ui-icon { white-space: nowrap; text-overflow: ellipsis; } -#header .header-right > div#contactsmenu > .menu .contact .body .last-message { - opacity: 0.5; +#header .header-right > div#contactsmenu > .menu .contact .body .last-message, +#header .header-right > div#contactsmenu > .menu .contact .body .email-address { + color: var(--color-text-maxcontrast); } #header .header-right > div#contactsmenu > .menu .contact .top-action, #header .header-right > div#contactsmenu > .menu .contact .second-action, #header .header-right > div#contactsmenu > .menu .contact .other-actions { width: 16px;