Index: chrome/browser/resources/contextual_search/promo.html |
diff --git a/chrome/browser/resources/contextual_search/promo.html b/chrome/browser/resources/contextual_search/promo.html |
index 3361fed13fe06140fd52ee5fd1c8dacb35f63e2b..eb02aa313267e04950553ea4bff0e9dd1c8f0179 100644 |
--- a/chrome/browser/resources/contextual_search/promo.html |
+++ b/chrome/browser/resources/contextual_search/promo.html |
@@ -17,12 +17,12 @@ |
<p i18n-content="heading" id="heading"></p> |
<p id="description"> |
<span i18n-content="description-1"></span> |
- <a class="colored" href="#learn-more" i18n-content="feature-name"></a> |
+ <a class="colored-link" href="#learn-more" i18n-content="feature-name"></a> |
<span i18n-content="description-2"></span> |
</p> |
<div id="button-container"> |
- <span class="label"><a href="#optout" i18n-content="optOut"></a></span> |
- <span id="optin-label" class="label"><a class="colored" href="#optin" i18n-content="optIn"></a></span> |
+ <span id="optout-label" class="label"><a href="#optout" i18n-content="optOut"></a></span> |
+ <span id="optin-label" class="label"><a href="#optin" i18n-content="optIn"></a></span> |
</div> |
</div> |
</body> |