| Index: chrome/browser/resources/md_downloads/vulcanized.html
 | 
| diff --git a/chrome/browser/resources/md_downloads/vulcanized.html b/chrome/browser/resources/md_downloads/vulcanized.html
 | 
| index 50e3c7a3350ef0bb2f2019e09980505b12950c73..21a389085762be617ec27e1c3855c524a95f3536 100644
 | 
| --- a/chrome/browser/resources/md_downloads/vulcanized.html
 | 
| +++ b/chrome/browser/resources/md_downloads/vulcanized.html
 | 
| @@ -34,10 +34,11 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
 | 
|  :root {
 | 
|    /* This is a custom, Chrome-specific color that does not have a --paper or
 | 
|     * --google equivalent. */
 | 
| -  --md-background-color: rgb(241, 241, 241);
 | 
| +  --md-background-color: #f1f1f1;
 | 
|    /* This is --google-blue-700, rewritten as a native custom property for speed.
 | 
|     */
 | 
|    --md-toolbar-color: rgb(51, 103, 214);
 | 
| +  --md-loading-message-color: #6e6e6e;
 | 
|  }
 | 
|  
 | 
|  </style>
 | 
| @@ -3028,7 +3029,7 @@ input[type='search']::-webkit-search-decoration, input[type='search']::-webkit-s
 | 
|  }
 | 
|  
 | 
|  :host(:not([narrow]):not([showing-search])) #icon, :host(:not([narrow])) #prompt {
 | 
| -  opacity: 0.6;
 | 
| +  opacity: 0.7;
 | 
|  }
 | 
|  
 | 
|  :host([narrow]:not([showing-search])) #searchTerm {
 | 
| @@ -3296,10 +3297,11 @@ paper-item {
 | 
|  :root {
 | 
|    /* This is a custom, Chrome-specific color that does not have a --paper or
 | 
|     * --google equivalent. */
 | 
| -  --md-background-color: rgb(241, 241, 241);
 | 
| +  --md-background-color: #f1f1f1;
 | 
|    /* This is --google-blue-700, rewritten as a native custom property for speed.
 | 
|     */
 | 
|    --md-toolbar-color: rgb(51, 103, 214);
 | 
| +  --md-loading-message-color: #6e6e6e;
 | 
|  }
 | 
|  
 | 
|  </style>
 | 
| 
 |