[tbb-commits] [tor-browser] 01/03: fixup! Bug 2176: Rebrand Firefox to TorBrowser

gitolite role git at cupani.torproject.org
Mon Oct 17 16:39:35 UTC 2022


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

pierov pushed a commit to branch tor-browser-102.3.0esr-12.0-2
in repository tor-browser.

commit be4ac65a5b15697be319fe937fcd5d4f00ddf0df
Author: Pier Angelo Vendrame <pierov at torproject.org>
AuthorDate: Fri Oct 14 13:12:28 2022 +0200

    fixup! Bug 2176: Rebrand Firefox to TorBrowser
    
    Bug 41083: Add new Firefox colors
---
 browser/branding/tor-styles.inc.css | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/browser/branding/tor-styles.inc.css b/browser/branding/tor-styles.inc.css
index 55dc9b6238b3..b0c5d7a89cb8 100644
--- a/browser/branding/tor-styles.inc.css
+++ b/browser/branding/tor-styles.inc.css
@@ -84,4 +84,14 @@
   --ink-90: #0f1126;
 
   --white-100: #ffffff;
-}
\ No newline at end of file
+
+  /* TODO: Switch to some Firefox variable, once Mozilla adds one for this
+  color. Matches --warning-icon-bgcolor (but not on the dark theme variant). */
+  --torbrowser-warning: #ffa436;
+}
+
+ at media (prefers-color-scheme: dark) {
+  :root {
+    --torbrowser-warning: #ffbd4f;
+  }
+}

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


More information about the tbb-commits mailing list