| 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 a3974fb0383eb454898c9e440a7783f7a5fa8a82..35039d9fc5b20626d9f2c2aa3daa403110e5f6ea 100644
|
| --- a/chrome/browser/resources/settings/settings_shared_css.html
|
| +++ b/chrome/browser/resources/settings/settings_shared_css.html
|
| @@ -102,7 +102,8 @@
|
| [is='action-link']:hover,
|
| [is='action-link']:visited,
|
| .primary-button,
|
| - .tertiary-button {
|
| + .tertiary-button,
|
| + a[href] {
|
| color: var(--google-blue-700);
|
| }
|
|
|
| @@ -113,6 +114,7 @@
|
| };
|
| }
|
|
|
| + a[href],
|
| [is='action-link']:hover {
|
| text-decoration: none;
|
| }
|
|
|