summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/browser/resources/about_welcome_android/about_welcome_android.css31
-rw-r--r--chrome/browser/resources/about_welcome_android/images/holo_logo_150.pngbin19149 -> 14932 bytes
-rw-r--r--chrome/browser/resources/about_welcome_android/images/holo_logo_200.pngbin33063 -> 23360 bytes
3 files changed, 15 insertions, 16 deletions
diff --git a/chrome/browser/resources/about_welcome_android/about_welcome_android.css b/chrome/browser/resources/about_welcome_android/about_welcome_android.css
index e640dc9..d12261c 100644
--- a/chrome/browser/resources/about_welcome_android/about_welcome_android.css
+++ b/chrome/browser/resources/about_welcome_android/about_welcome_android.css
@@ -2,6 +2,12 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
+@font-face {
+ font-family: 'Roboto2';
+ font-weight: 400;
+ src: local('Roboto'), local('Roboto2-Regular');
+}
+
html {
height: 100%;
width: 100%;
@@ -10,10 +16,10 @@ html {
body {
-webkit-align-items: center;
-webkit-flex-direction: column;
- background-color: #f4f4f4;
+ background-color: #fafafa;
box-sizing: border-box;
display: -webkit-flex;
- font-family: Droid Sans;
+ font-family: 'Roboto2', sans-serif;
height: 100%;
margin: 0 auto;
max-width: 600px;
@@ -40,28 +46,21 @@ a {
#take-a-tour {
-webkit-flex: none;
- background: linear-gradient(to bottom, #f5f5f5, #f1f1f1);
- border: 1px solid #ccc;
+ background-color: rgb(66, 133, 244);
border-radius: 2px;
- box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08),
- inset 0 0 2px rgba(255, 255, 255, 0.6);
- color: rgb(73, 73, 74);
+ color: white;
display: block;
- font-size: 20px;
- font-weight: bold;
+ font-size: 18px;
+ font-weight: medium;
margin: 20px auto 0;
- max-width: 400px;
- padding: 11px 0;
+ max-width: 320px;
+ padding: 15px 0;
text-align: center;
text-decoration: none;
+ text-transform: uppercase;
width: 100%;
}
-#take-a-tour:active {
- border: 1px solid #a1a1a1;
- box-shadow: inset 0 5px 15px rgba(100, 100, 100, 0.20);
-}
-
.footer {
-webkit-flex: none;
color: #646464;
diff --git a/chrome/browser/resources/about_welcome_android/images/holo_logo_150.png b/chrome/browser/resources/about_welcome_android/images/holo_logo_150.png
index 5815344..cf19ca7 100644
--- a/chrome/browser/resources/about_welcome_android/images/holo_logo_150.png
+++ b/chrome/browser/resources/about_welcome_android/images/holo_logo_150.png
Binary files differ
diff --git a/chrome/browser/resources/about_welcome_android/images/holo_logo_200.png b/chrome/browser/resources/about_welcome_android/images/holo_logo_200.png
index a3e111d9..4a1b842 100644
--- a/chrome/browser/resources/about_welcome_android/images/holo_logo_200.png
+++ b/chrome/browser/resources/about_welcome_android/images/holo_logo_200.png
Binary files differ