From 39c45ba4e6ec811ae4e8af42f0074f732e4963d4 Mon Sep 17 00:00:00 2001 From: efelon Date: Sat, 16 Nov 2019 01:26:30 +0100 Subject: [PATCH] Brighten header information (from,to,date) Fix message preview border color --- customstyles.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/customstyles.css b/customstyles.css index 0609577..adf3328 100644 --- a/customstyles.css +++ b/customstyles.css @@ -118,9 +118,14 @@ body.iframe { #all-headers, #headers-source { background-color: #333; - color: #eee; + color: #ccc; border-color: #555; } + +.headers-table td, +.headers-table td.header a { + color: #ccc; +} /* eof Message composition */ /* Settings */ @@ -143,7 +148,7 @@ body.iframe { /* Settings Section */ .uibox { background-color: #333; - border-color: #555; + border-color: #555 !important; } .uibox .boxtitle {