
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@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; +} + +@media (prefers-color-scheme: dark) { + :root { + --torbrowser-warning: #ffbd4f; + } +} -- To stop receiving notification emails like this one, please contact the administrator of this repository.