Chromium Code Reviews| 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..6994b2cb0acc8c18ceea5ac3db9322eda9ed44ef 100644 |
| --- a/chrome/browser/resources/ntp4/incognito_tab.css |
| +++ b/chrome/browser/resources/ntp4/incognito_tab.css |
| @@ -2,6 +2,10 @@ |
| * 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; |
| @@ -20,4 +24,6 @@ h1 { |
| a { |
| color: rgb(3, 169, 244); |
| + display: inline-block; |
| + padding: 10.5px 12px; |
| } |