| 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; |
| 12 font-family: Roboto; |
| 8 } | 13 } |
| 9 | 14 |
| 10 .icon { | 15 .icon { |
| 11 content: url(../../../../ui/webui/resources/images/incognito_splash.svg); | 16 content: url(../../../../ui/webui/resources/images/incognito_splash.svg); |
| 12 display: inline-block; | 17 display: inline-block; |
| 13 height: 120px; | 18 height: 120px; |
| 14 width: 120px; | 19 width: 120px; |
| 15 } | 20 } |
| 16 | 21 |
| 17 h1 { | 22 h1 { |
| 18 margin-top: 1em; | 23 margin-top: 1em; |
| 19 } | 24 } |
| 20 | 25 |
| 21 a { | 26 a { |
| 22 color: rgb(3, 169, 244); | 27 color: rgb(3, 169, 244); |
| 28 display: inline-block; |
| 23 } | 29 } |
| OLD | NEW |