| OLD | NEW |
| 1 /* Copyright 2013 The Chromium Authors. All rights reserved. | 1 /* Copyright 2013 The Chromium Authors. All rights reserved. |
| 2 * Use of this source code is governed by a BSD-style license that can be | 2 * Use of this source code is governed by a BSD-style license that can be |
| 3 * found in the LICENSE file. */ | 3 * found in the LICENSE file. */ |
| 4 | 4 |
| 5 body { |
| 6 margin-top: 0; |
| 7 } |
| 8 |
| 5 .content { | 9 .content { |
| 6 background-color: #323232; | 10 background-color: #323232; |
| 7 color: white; | 11 color: white; |
| 8 } | 12 } |
| 9 | 13 |
| 10 .icon { | 14 .icon { |
| 11 content: url(../../../../ui/webui/resources/images/incognito_splash.svg); | 15 content: url(../../../../ui/webui/resources/images/incognito_splash.svg); |
| 12 display: inline-block; | 16 display: inline-block; |
| 13 height: 120px; | 17 height: 120px; |
| 14 width: 120px; | 18 width: 120px; |
| 15 } | 19 } |
| 16 | 20 |
| 17 h1 { | 21 h1 { |
| 18 margin-top: 1em; | 22 margin-top: 1em; |
| 19 } | 23 } |
| 20 | 24 |
| 21 a { | 25 a { |
| 22 color: rgb(3, 169, 244); | 26 color: rgb(3, 169, 244); |
| 27 display: inline-block; |
| 28 padding: 10.5px 12px; |
| 23 } | 29 } |
| OLD | NEW |