| Index: chrome/browser/resources/ntp4/new_tab_theme.css
|
| diff --git a/chrome/browser/resources/ntp4/new_tab_theme.css b/chrome/browser/resources/ntp4/new_tab_theme.css
|
| index 2e87317e2aa907b98693f903fa0b78754e9901d6..7775e651fb8be2c5f9252e432b1bb19f64e6221c 100644
|
| --- a/chrome/browser/resources/ntp4/new_tab_theme.css
|
| +++ b/chrome/browser/resources/ntp4/new_tab_theme.css
|
| @@ -18,12 +18,11 @@ body {
|
| overflow: auto;
|
| }
|
|
|
| -#attribution, .link-color {
|
| +#attribution, a.link-color {
|
| color: $9; /* COLOR_NTP_LINK */
|
| }
|
|
|
| -.app span,
|
| -.link span {
|
| +.app span {
|
| color: $8; /* COLOR_NTP_TEXT */
|
| }
|
|
|
|
|