| 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 52281e8b706e581af0876f60d2bc5fce51a51cd1..a7b1888784feef3af951d868da87b5be381cd405 100644
 | 
| --- a/chrome/browser/resources/ntp4/new_tab_theme.css
 | 
| +++ b/chrome/browser/resources/ntp4/new_tab_theme.css
 | 
| @@ -90,6 +90,18 @@
 | 
|    background-color: rgba($23, 0.85);  /* COLOR_NTP_TEXT */
 | 
|  }
 | 
|  
 | 
| +/* Most Visited ***************************************************************/
 | 
| +
 | 
| +.most-visited,
 | 
| +.most-visited > .title {
 | 
| +  color: $8;  /* COLOR_NTP_TEXT */
 | 
| +}
 | 
| +
 | 
| +.most-visited:focus:not(.filler) .thumbnail-wrapper,
 | 
| +.most-visited:hover:not(.filler) .thumbnail-wrapper {
 | 
| +  background-color: $6;  /* COLOR_NTP_HEADER */
 | 
| +}
 | 
| +
 | 
|  .thumbnail-wrapper {
 | 
|    /* This shows through at the (rounded) thumbnail's corners. */
 | 
|    background-color: $11;  /* COLOR_NTP_SECTION_BORDER */
 | 
| 
 |