| Index: chrome/browser/resources/md_downloads/downloads.html
|
| diff --git a/chrome/browser/resources/md_downloads/downloads.html b/chrome/browser/resources/md_downloads/downloads.html
|
| index 81e86789528f90513f0e1224b99bc5022cd49942..e5bcb4921a6c5e002a07e84f29208ddd6599e2bd 100644
|
| --- a/chrome/browser/resources/md_downloads/downloads.html
|
| +++ b/chrome/browser/resources/md_downloads/downloads.html
|
| @@ -4,9 +4,10 @@
|
| <meta charset="utf-8">
|
| <title i18n-content="title"></title>
|
| <link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css">
|
| + <link rel="stylesheet" href="chrome://resources/css/md_colors.css">
|
| <style>
|
| html {
|
| - background: rgb(236, 239, 241);
|
| + background: var(--md-background-color);
|
| }
|
|
|
| html,
|
|
|