Chromium Code Reviews| Index: chrome/browser/resources/settings/settings_shared_css.html |
| diff --git a/chrome/browser/resources/settings/settings_shared_css.html b/chrome/browser/resources/settings/settings_shared_css.html |
| index 623a61a4fa70807589bbe3e3c89c1a6c864c8520..b58cf7c89b5daf8921381cb257c48e914414b7db 100644 |
| --- a/chrome/browser/resources/settings/settings_shared_css.html |
| +++ b/chrome/browser/resources/settings/settings_shared_css.html |
| @@ -19,11 +19,11 @@ |
| color: var(--paper-grey-500); |
| font-weight: 400; |
| } |
| - --settings-side-nav-color: var(--google-grey-600); |
| - /* The title-bar colors use non-MD colors. These custom colors are |
| - * specified by UX design (bettes@). |
| + /* Some colors use non-MD colors. These custom colors are specified by |
| + * UX design (bettes@). |
|
Dan Beam
2016/03/18 21:51:52
* UX design (bettes@). */
dschuyler
2016/03/18 21:55:58
Done.
|
| */ |
| + --settings-side-nav-color: rgb(90, 90, 90); |
| --settings-title-bar-background-color: rgb(52, 73, 94); |
| --settings-title-bar-color: rgb(255, 255, 255); |
| } |