Index: chrome/browser/resources/ntp4/incognito_tab.css |
diff --git a/chrome/browser/resources/ntp4/incognito_tab.css b/chrome/browser/resources/ntp4/incognito_tab.css |
index 874b1f20b9c87cde02f6ac8daed160df61026be3..23885d61b3571cd8c05c1e3e20b76eed457b9ca1 100644 |
--- a/chrome/browser/resources/ntp4/incognito_tab.css |
+++ b/chrome/browser/resources/ntp4/incognito_tab.css |
@@ -2,9 +2,14 @@ |
* Use of this source code is governed by a BSD-style license that can be |
* found in the LICENSE file. */ |
+body { |
+ margin-top: 0; |
+} |
+ |
.content { |
background-color: #323232; |
color: white; |
+ font-family: Roboto; |
} |
.icon { |
@@ -20,4 +25,6 @@ h1 { |
a { |
color: rgb(3, 169, 244); |
+ display: inline-block; |
+ padding: 10.5px 12px; |
} |