| Index: chrome/browser/resources/settings/settings_shared.css
|
| diff --git a/chrome/browser/resources/settings/settings_shared.css b/chrome/browser/resources/settings/settings_shared.css
|
| index e8ce7797ac3274aa3843876e6bf74dbb6ddafedf..758570a700066a1c735fc8761ad03b7720fdf150 100644
|
| --- a/chrome/browser/resources/settings/settings_shared.css
|
| +++ b/chrome/browser/resources/settings/settings_shared.css
|
| @@ -8,7 +8,7 @@
|
| */
|
|
|
| h2 {
|
| - color: #9e9e9e;
|
| + color: var(--paper-grey-500);
|
| font-size: 100%;
|
| font-weight: normal;
|
| margin-bottom: 20px;
|
| @@ -99,7 +99,7 @@ span ~ a {
|
|
|
| .settings-box {
|
| @apply(--layout-center);
|
| - border-top: 1px solid #e0e0e0;
|
| + border-top: 1px solid var(--paper-grey-300);
|
| display: flex;
|
| min-height: 40px;
|
| padding: 0 20px;
|
| @@ -135,5 +135,5 @@ span ~ a {
|
| }
|
|
|
| .vertical-list > div {
|
| - border-top: 1px solid #e0e0e0;
|
| + border-top: 1px solid var(--paper-grey-300);
|
| }
|
|
|