Chromium Code Reviews| Index: chrome/browser/resources/settings/settings_page/settings_section.html |
| diff --git a/chrome/browser/resources/settings/settings_page/settings_section.html b/chrome/browser/resources/settings/settings_page/settings_section.html |
| index cac8012145a8efc0aea95830eea69d93a09db208..1530926f8856bcd7416af568b9a74f61213d7e54 100644 |
| --- a/chrome/browser/resources/settings/settings_page/settings_section.html |
| +++ b/chrome/browser/resources/settings/settings_page/settings_section.html |
| @@ -16,7 +16,7 @@ |
| } |
| #header .title { |
| - color: rgb(104, 113, 116); /* Custom color from bettes@ */ |
| + color: var(--google-grey-600); |
|
Dan Beam
2016/05/26 23:23:58
this doesn't exist
dschuyler
2016/05/26 23:37:20
Done.
|
| font-size: 13px; |
| font-weight: 500; |
| } |