Chromium Code Reviews| Index: src/tests/site/gists/homepage_jw_html/web/styles.css |
| diff --git a/src/tests/site/gists/homepage_jw_html/web/styles.css b/src/tests/site/gists/homepage_jw_html/web/styles.css |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..648c6defec69df7968e6384fced64951dae9694f |
| --- /dev/null |
| +++ b/src/tests/site/gists/homepage_jw_html/web/styles.css |
| @@ -0,0 +1,17 @@ |
| +/* Copyright 2015 the Dart project authors. All rights reserved. */ |
| +/* Use of this source code is governed by a BSD-style license */ |
| +/* that can be found in the LICENSE file. */ |
| + |
| +p { |
| + color: #888; |
| +} |
| +a { |
| + color: cyan; |
| +} |
| +.searchString { |
| + font-style: italic; |
| + transition: 1s ease-in; |
| +} |
| +.highlighted { |
| + color:white; |
| +} |