[tor-commits] [tor-browser] 09/33: fixup! squash! Bug 27476: Implement about:torconnect captive portal within Tor Browser

gitolite role git at cupani.torproject.org
Tue May 3 22:40:17 UTC 2022


This is an automated email from the git hooks/post-receive script.

richard pushed a commit to branch tor-browser-91.9.0esr-11.5-1
in repository tor-browser.

commit 2ecfedf37a30f398d19981634ac2d1df96837911
Author: Pier Angelo Vendrame <pierov at torproject.org>
AuthorDate: Thu Apr 7 15:43:28 2022 +0200

    fixup! squash! Bug 27476: Implement about:torconnect captive portal within Tor Browser
    
    Bug 40878: updated the reds we use in dark mode
---
 browser/components/torconnect/content/aboutTorConnect.css | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/browser/components/torconnect/content/aboutTorConnect.css b/browser/components/torconnect/content/aboutTorConnect.css
index 999fc319377a0..d9ed605402f26 100644
--- a/browser/components/torconnect/content/aboutTorConnect.css
+++ b/browser/components/torconnect/content/aboutTorConnect.css
@@ -79,7 +79,15 @@
 }
 
 #breadcrumbs .error {
-  color: var(--red-60);
+  color: var(--in-content-danger-button-background);
+}
+
+#breadcrumbs .error:hover {
+  color: var(--in-content-danger-button-background-hover);
+}
+
+#breadcrumbs .error:active {
+  color: var(--in-content-danger-button-background-active);
 }
 
 #connection-assist {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the tor-commits mailing list