
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 93f776a11048205ac3e1b70e25f767831b18a089 Author: Pier Angelo Vendrame <pierov@torproject.org> AuthorDate: Thu Apr 7 12:28:43 2022 +0200 fixup! squash! Bug 27476: Implement about:torconnect captive portal within Tor Browser Bug 40872: switched blue-60 to --in-content-accent-color-active in breadcrumbs items. --- browser/components/torconnect/content/aboutTorConnect.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/browser/components/torconnect/content/aboutTorConnect.css b/browser/components/torconnect/content/aboutTorConnect.css index ba554729e3872..6322497b09521 100644 --- a/browser/components/torconnect/content/aboutTorConnect.css +++ b/browser/components/torconnect/content/aboutTorConnect.css @@ -46,7 +46,7 @@ } .breadcrumb-item:hover { - color: var(--blue-60); + color: var(--in-content-accent-color-active); } .breadcrumb-separator { @@ -70,7 +70,7 @@ } #breadcrumbs .active { - color: var(--blue-60); + color: var(--in-content-accent-color-active); } #breadcrumbs .disabled, #breadcrumbs .disabled:hover { -- To stop receiving notification emails like this one, please contact the administrator of this repository.