From a235a8c9286285e94fe595da355a4a1bfa945761 Mon Sep 17 00:00:00 2001 From: Abraham Date: Sun, 18 Oct 2020 04:34:01 +0000 Subject: [PATCH] adjust text color #4 --- style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style.css b/style.css index b67fdaa4..52d46518 100644 --- a/style.css +++ b/style.css @@ -80,6 +80,7 @@ body * { display: none; } strong { + color: #3e3b3b; font-weight: bold !important; } visitor { @@ -101,6 +102,7 @@ visitor { #fingerprint-data > div { line-height: 1.5; font-size: 14px; + color: #777; overflow-wrap: break-word; border-bottom: 1px solid #eee; padding: 15px 20px;