| Index: chrome/browser/resources/md_downloads/item.html
|
| diff --git a/chrome/browser/resources/md_downloads/item.html b/chrome/browser/resources/md_downloads/item.html
|
| index ca33797dc18ef88ff93bff75bffb71dd1d7fcc32..c54bd384b39f734afece7e81603044abac3b9e4f 100644
|
| --- a/chrome/browser/resources/md_downloads/item.html
|
| +++ b/chrome/browser/resources/md_downloads/item.html
|
| @@ -30,7 +30,7 @@
|
| }
|
|
|
| #date {
|
| - color: rgb(104, 113, 116);
|
| + color: var(--paper-grey-700);
|
| font-size: 100%;
|
| font-weight: 500;
|
| margin: 24px auto 10px;
|
| @@ -76,7 +76,7 @@
|
| }
|
|
|
| #content:not(.is-active) #details {
|
| - color: rgba(186, 186, 186, .6);
|
| + color: rgba(27, 27, 27, .6);
|
| }
|
|
|
| #content:not(.is-active) #name {
|
| @@ -154,7 +154,7 @@
|
| }
|
|
|
| .is-active #url {
|
| - color: #969696;
|
| + color: var(--paper-grey-600);
|
| }
|
|
|
| #progress,
|
| @@ -211,7 +211,7 @@
|
| }
|
|
|
| #remove {
|
| - color: #969696;
|
| + color: var(--paper-grey-700);
|
| font-size: 16px;
|
| height: 32px;
|
| line-height: 17px; /* TODO(dbeam): why is this necesssary? */
|
|
|