commit f35f3d481d017182296ebb39494bea94ce73e3ff Author: Alex Catarineu acat@torproject.org Date: Thu Oct 22 14:38:00 2020 +0200
fixup! Bug 40013: End of year 2020 Fundraising campaign
Bug 40021: Keep page shown after Tor Browser update purple --- chrome/skin/aboutTor.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/skin/aboutTor.css b/chrome/skin/aboutTor.css index aad81e70..223a5c73 100644 --- a/chrome/skin/aboutTor.css +++ b/chrome/skin/aboutTor.css @@ -348,7 +348,7 @@ body[mobile] .onion-pattern-container { }
/* End of year 2020 Fundraising campaign */ -body[toron][eoy2020] { +body[toron][eoy2020]:not([hasbeenupdated]) { background-color: black; }
tbb-commits@lists.torproject.org