From 4043849a05a5b026d3d818aa965e69e3b2e797e3 Mon Sep 17 00:00:00 2001 From: bmFtZQ <62812711+bmFtZQ@users.noreply.github.com> Date: Tue, 20 Apr 2021 19:20:36 +0800 Subject: [PATCH] adjust color of background tabs in darkmode --- chrome/global/variables.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/global/variables.css b/chrome/global/variables.css index f52624e..2be482a 100644 --- a/chrome/global/variables.css +++ b/chrome/global/variables.css @@ -69,7 +69,7 @@ --lwt-accent-color: #1b1b1b !important; /* textcolor */ - --lwt-text-color: #fff !important; + --lwt-text-color: #e5e5e5 !important; /* toolbar */ --toolbar-bgcolor: #3b3b3b !important;