[tor-commits] [tor-browser/tor-browser-60.1.0esr-8.0-1] fixup! Bug 26961: New user onboarding.

gk at torproject.org gk at torproject.org
Mon Aug 27 22:26:28 UTC 2018


commit 27553c4c6684f10ede89eb39be07f09cea5bcc75
Author: Kathy Brade <brade at pearlcrescent.com>
Date:   Mon Aug 27 16:57:42 2018 -0400

    fixup! Bug 26961: New user onboarding.
---
 .../onboarding/content/img/icons_tour-complete.png     | Bin 1221 -> 694 bytes
 .../onboarding/content/img/icons_tour-complete.svg     |   4 ++--
 browser/extensions/onboarding/content/onboarding.css   |   8 ++++----
 browser/extensions/onboarding/content/onboarding.js    |   2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/browser/extensions/onboarding/content/img/icons_tour-complete.png b/browser/extensions/onboarding/content/img/icons_tour-complete.png
index 80b76a9bc682..8802bf083ed3 100644
Binary files a/browser/extensions/onboarding/content/img/icons_tour-complete.png and b/browser/extensions/onboarding/content/img/icons_tour-complete.png differ
diff --git a/browser/extensions/onboarding/content/img/icons_tour-complete.svg b/browser/extensions/onboarding/content/img/icons_tour-complete.svg
index 173e72c332df..761c31cbf9d0 100644
--- a/browser/extensions/onboarding/content/img/icons_tour-complete.svg
+++ b/browser/extensions/onboarding/content/img/icons_tour-complete.svg
@@ -8,10 +8,10 @@
         <g id="Tips-/-Navigation" transform="translate(-30.000000, -117.000000)" stroke-width="2">
             <g id="Group">
                 <g id="Tip-/-Check" transform="translate(30.000000, 117.000000)">
-                    <circle id="Oval-2" stroke="#FFFFFF" fill="#33F70C" fill-rule="evenodd" cx="10" cy="10" r="9"></circle>
+                    <circle id="Oval-2" stroke="#FFFFFF" fill="#00DDB3" fill-rule="evenodd" cx="10" cy="10" r="9"></circle>
                     <polyline id="Path-31" stroke="#165866" stroke-linecap="round" stroke-linejoin="round" points="5.5 10.5 8.5 13.5 14.5 6.5"></polyline>
                 </g>
             </g>
         </g>
     </g>
-</svg>
\ No newline at end of file
+</svg>
diff --git a/browser/extensions/onboarding/content/onboarding.css b/browser/extensions/onboarding/content/onboarding.css
index a7fb2b405b55..fa5f58975c3a 100644
--- a/browser/extensions/onboarding/content/onboarding.css
+++ b/browser/extensions/onboarding/content/onboarding.css
@@ -315,15 +315,15 @@
   line-height: 22px;
   padding-inline-start: 40px;
   padding-inline-end: 28px;
-  max-height: 360px;
+  max-height: 370px;
   overflow: auto;
 }
 
 .onboarding-tour-description > h1 {
-  font-size: 36px;
-  margin-top: 16px;
+  font-size: 30px;
+  margin: 16px 0px 10px 0px;
   font-weight: 300;
-  line-height: 44px;
+  line-height: 36px;
   color: #420c5d;
 }
 
diff --git a/browser/extensions/onboarding/content/onboarding.js b/browser/extensions/onboarding/content/onboarding.js
index de382ac34890..1f46abdb722d 100644
--- a/browser/extensions/onboarding/content/onboarding.js
+++ b/browser/extensions/onboarding/content/onboarding.js
@@ -218,7 +218,7 @@ var onboardingTourset = {
                         "onboarding-tour-tor-onion-services-button",
                         "onboarding.tour-tor-onion-services.button", "a");
       let anchor = button.querySelector("a");
-      anchor.setAttribute("href", "https://www.nytimes3xbfgragh.onion/");
+      anchor.setAttribute("href", "https://3g2upl4pq6kufc4m.onion/");
       anchor.setAttribute("target", "_blank");
 
       return div;



More information about the tor-commits mailing list