Chromium Code Reviews| Index: chrome/browser/resources/md_user_manager/user_manager.css |
| diff --git a/chrome/browser/resources/md_user_manager/user_manager.css b/chrome/browser/resources/md_user_manager/user_manager.css |
| index 9f08d8b7dfb3285bfd5c4612009bc0353f74c171..44445cb39217af281ce70740864cefc51067e3b3 100644 |
| --- a/chrome/browser/resources/md_user_manager/user_manager.css |
| +++ b/chrome/browser/resources/md_user_manager/user_manager.css |
| @@ -2,10 +2,21 @@ |
| * Use of this source code is governed by a BSD-style license that can be |
| * found in the LICENSE file. */ |
| +/* TODO(mahmadi): Figure out why Material Design color palette colors don't work |
| + in this file. */ |
|
Dan Beam
2016/03/25 02:39:14
you probably need to import this file in user_mana
Moe
2016/03/29 18:54:39
Importing color.html doesn't seem to fix it by its
|
| +:root { |
| + --google-blue-700: rgb(51, 103, 214); |
| +} |
| + |
| body { |
| background-color: #eee; |
| } |
| +a { |
| + color: var(--google-blue-700); |
| + text-decoration: none; |
| +} |
| + |
| /* Overrides for the desktop user manager screen. */ |
| #outer-container { |