Chromium Code Reviews| Index: chrome/browser/resources/md_user_manager/user_manager_tutorial.html |
| diff --git a/chrome/browser/resources/md_user_manager/user_manager_tutorial.html b/chrome/browser/resources/md_user_manager/user_manager_tutorial.html |
| index 0e4b65fb1a38399a432c618b59aacb8d82ee625f..0a7f3caea83dc282065747331f543cd4d907fc31 100644 |
| --- a/chrome/browser/resources/md_user_manager/user_manager_tutorial.html |
| +++ b/chrome/browser/resources/md_user_manager/user_manager_tutorial.html |
| @@ -61,19 +61,18 @@ |
| } |
| .slide-contents { |
| + color: var(--primary-text-color); |
| padding: 0 20px; |
| text-align: center; |
| } |
| .slide-title { |
| - color: black; |
| font-size: 20px; |
| line-height: 20px; |
| margin: 30px 0; |
| } |
| .slide-text { |
| - color: var(--google-grey-600); |
| font-size: 15px; |
| line-height: 20px; |
| } |