| Index: chrome/browser/resources/md_history/app.html
|
| diff --git a/chrome/browser/resources/md_history/app.html b/chrome/browser/resources/md_history/app.html
|
| index a693334ebef3f99a6db2cb209035604852ed3ed6..ba0d9c72936f879e95eb806bd7d7996d90af4544 100644
|
| --- a/chrome/browser/resources/md_history/app.html
|
| +++ b/chrome/browser/resources/md_history/app.html
|
| @@ -17,6 +17,7 @@
|
| <template>
|
| <style include="shared-style">
|
| :host {
|
| + color: var(--primary-text-color);
|
| display: block;
|
| height: 100%;
|
| overflow: hidden;
|
| @@ -63,7 +64,7 @@
|
|
|
| #drawer-header {
|
| align-items: center;
|
| - border-bottom: 1px solid rgba(0, 0, 0, 0.08);
|
| + border-bottom: 1px solid var(--separator-color);
|
| box-sizing: border-box;
|
| display: flex;
|
| height: var(--toolbar-height);
|
| @@ -71,7 +72,7 @@
|
|
|
| h1 {
|
| -webkit-padding-start: 24px;
|
| - color: rgb(66, 66, 66);
|
| + color: var(--primary-text-color);
|
| font-size: 123%;
|
| font-weight: 400;
|
| }
|
|
|