From aa9321cb39c946078c746320afa0954e5cd51a10 Mon Sep 17 00:00:00 2001 From: Ulises Robles Date: Thu, 8 Jul 2021 01:42:56 +0200 Subject: [PATCH] add newtab tile background color --- Almost Dark Colorfull Proton v2/userContent.css | 1 + 1 file changed, 1 insertion(+) diff --git a/Almost Dark Colorfull Proton v2/userContent.css b/Almost Dark Colorfull Proton v2/userContent.css index 1cb4684..93f484f 100644 --- a/Almost Dark Colorfull Proton v2/userContent.css +++ b/Almost Dark Colorfull Proton v2/userContent.css @@ -23,6 +23,7 @@ body[lwt-sidebar-brighttext] { @media (prefers-color-scheme: dark) { @-moz-document url("about:newtab"), url("about:home"), url("about:blank") { body.activity-stream { background-color: rgba(var(--dark-color), 1) !important;} + .outer-wrapper.newtab-experience .top-site-outer .tile { background-color: #38383d !important;} } }