| Index: chrome/browser/resources/ntp4/new_incognito_tab_theme.css
|
| diff --git a/chrome/browser/resources/ntp4/new_incognito_tab_theme.css b/chrome/browser/resources/ntp4/new_incognito_tab_theme.css
|
| index b4d1df12dbd15e744c6ba5937c94a12118ce098a..dd31189d50320ef96ef4106e72d6da01d13b20c5 100644
|
| --- a/chrome/browser/resources/ntp4/new_incognito_tab_theme.css
|
| +++ b/chrome/browser/resources/ntp4/new_incognito_tab_theme.css
|
| @@ -5,18 +5,18 @@
|
|
|
| html {
|
| background-attachment: fixed;
|
| - background-color: $2;
|
| - background-image: url(chrome://theme/IDR_THEME_NTP_BACKGROUND?$1);
|
| - background-position: $3;
|
| - background-repeat: $5;
|
| + background-color: ${colorBackground};
|
| + background-image: url(chrome://theme/IDR_THEME_NTP_BACKGROUND?${themeId});
|
| + background-position: ${backgroundBarDetached};
|
| + background-repeat: ${backgroundTiling};
|
| height: 100%;
|
| overflow: auto;
|
| }
|
|
|
| #attribution-img {
|
| - content: url(chrome://theme/IDR_THEME_NTP_ATTRIBUTION?$1);
|
| + content: url(chrome://theme/IDR_THEME_NTP_ATTRIBUTION?${themeId});
|
| }
|
|
|
| html[bookmarkbarattached='true'] {
|
| - background-position: $4;
|
| + background-position: ${backgroundBarAttached};
|
| }
|
|
|