Chromium Code Reviews| Index: chrome/browser/resources/md_user_manager/shared_styles.html |
| diff --git a/chrome/browser/resources/md_user_manager/shared_styles.html b/chrome/browser/resources/md_user_manager/shared_styles.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..28ab1f42621bfc93ff81e5d3a492127297feb9a5 |
| --- /dev/null |
| +++ b/chrome/browser/resources/md_user_manager/shared_styles.html |
| @@ -0,0 +1,10 @@ |
| +<dom-module id="shared-styles"> |
| + <template> |
| + <style> |
| + a { |
| + color: var(--google-blue-700); |
| + text-decoration: none; |
| + } |
| + </style> |
| + </template> |
| +</dom-module> |