OLD | NEW |
1 /* Copyright 2014 The Chromium Authors. All rights reserved. | 1 /* Copyright 2014 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 @font-face { |
| 5 font-family: 'Roboto2'; |
| 6 font-weight: 400; |
| 7 src: local('Roboto'), local('Roboto2-Regular'); |
| 8 } |
4 | 9 |
5 a { | 10 a { |
6 color: #585858; | 11 color: #585858; |
7 } | 12 } |
8 | 13 |
9 body { | 14 body { |
10 background-color: #f7f7f7; | 15 background-color: #f7f7f7; |
11 color: #585858; | 16 color: #585858; |
| 17 font-family: 'Roboto2'; |
12 font-size: 125%; | 18 font-size: 125%; |
13 } | 19 } |
14 | 20 |
15 body.safe-browsing { | 21 body.safe-browsing { |
16 background-color: rgb(206, 52, 38); | 22 background-color: rgb(206, 52, 38); |
17 color: white; | 23 color: white; |
18 } | 24 } |
19 | 25 |
20 button { | 26 button { |
21 background: rgb(76, 142, 250); | 27 background: rgb(76, 142, 250); |
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
246 } | 252 } |
247 | 253 |
248 .nav-wrapper { | 254 .nav-wrapper { |
249 margin-top: 30px; | 255 margin-top: 30px; |
250 } | 256 } |
251 | 257 |
252 .small-link { | 258 .small-link { |
253 font-size: 1em; | 259 font-size: 1em; |
254 } | 260 } |
255 } | 261 } |
OLD | NEW |