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@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 {